Refactored docker

This commit is contained in:
Tris Forster 2026-05-24 11:00:05 +10:00
parent 7e0c77f260
commit c96a2ad80b
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -1,6 +1,6 @@
services: services:
polyphonic: polyphonic:
image: "polyphonic:latest" image: "polyphonic:0.8.3"
build: "." build: "."
ports: ports:
- "8001:8000" - "8001:8000"