#814 Docker deploy fixes
This commit is contained in:
parent
a04330b002
commit
93a86b5991
|
@ -6,7 +6,7 @@ services:
|
|||
dockerfile: services/nginx/Dockerfile
|
||||
ports:
|
||||
- 80:80
|
||||
image: salix:latest
|
||||
image: salix-app:latest
|
||||
restart: unless-stopped
|
||||
links:
|
||||
- api
|
||||
|
@ -15,6 +15,6 @@ services:
|
|||
environment:
|
||||
NODE_ENV: test
|
||||
restart: unless-stopped
|
||||
image: salix-api
|
||||
image: salix-api:latest
|
||||
volumes:
|
||||
- /containers/salix:/etc/salix
|
||||
|
|
Loading…
Reference in New Issue