This commit is contained in:
Egor Matveev 2021-11-05 21:12:43 +03:00
parent 4ec301f4a9
commit 9b0e4c87b7
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ stages:
before_script:
- echo "Starting..."
- docker info
after_script:
- echo "Done!"

View File

@ -24,7 +24,7 @@ services:
PORT: $PORT
command: scripts/runserver.sh
ports:
- "8000:$PORT"
- "8000:${PORT}"
volumes:
- /sprint-data/data:/usr/src/app/data
- /sprint-data/media:/usr/src/app/media