Repackaged as a single project #13

Merged
tris merged 3 commits from repackage into master 2026-05-24 11:11:28 +10:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c96a2ad80b - Show all commits

View File

@ -21,4 +21,4 @@ RUN SECRET_KEY=_ poly-tool collectstatic --noinput
VOLUME ["/var/polyphonic"]
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:
polyphonic:
image: "polyphonic:latest"
image: "polyphonic:0.8.3"
build: "."
ports:
- "8001:8000"