Refactored docker
This commit is contained in:
parent
7e0c77f260
commit
c96a2ad80b
@ -21,4 +21,4 @@ RUN SECRET_KEY=_ poly-tool collectstatic --noinput
|
|||||||
VOLUME ["/var/polyphonic"]
|
VOLUME ["/var/polyphonic"]
|
||||||
EXPOSE 8000/tcp
|
EXPOSE 8000/tcp
|
||||||
|
|
||||||
CMD ["gunicorn", "-b", "0.0.0.0", "polyphonic.wsgi"]
|
CMD ["gunicorn", "-b", "0.0.0.0", "polyphonic.config.wsgi"]
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
polyphonic:
|
polyphonic:
|
||||||
image: "polyphonic:latest"
|
image: "polyphonic:0.8.3"
|
||||||
build: "."
|
build: "."
|
||||||
ports:
|
ports:
|
||||||
- "8001:8000"
|
- "8001:8000"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user