gitlab
This commit is contained in:
parent
4ec301f4a9
commit
9b0e4c87b7
@ -5,7 +5,6 @@ stages:
|
||||
|
||||
before_script:
|
||||
- echo "Starting..."
|
||||
- docker info
|
||||
|
||||
after_script:
|
||||
- echo "Done!"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user