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