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: before_script:
- echo "Starting..." - echo "Starting..."
- docker info
after_script: after_script:
- echo "Done!" - echo "Done!"

View File

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