gitlab
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user