Combine PROD and DEV images
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
||||
- dbdata:/var/lib/postgresql/data
|
||||
web:
|
||||
build: .
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:dev
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend
|
||||
command: ["bash", "-c", "cd /app & bash setup.sh --no-input --no-npm && gunicorn -w 4 -b 0.0.0.0:8000 sikweb.wsgi"]
|
||||
env_file:
|
||||
- .env.sample
|
||||
|
||||
Reference in New Issue
Block a user