Skip to content
Snippets Groups Projects
Commit fedcedef authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update production docker

parent 24fc12ac
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,14 @@ services: ...@@ -8,10 +8,14 @@ services:
environment: environment:
FTL_SOCKET_SERVICE: socketservice:8080 FTL_SOCKET_SERVICE: socketservice:8080
FTL_AUTH_SERVICE: authservice:8080 FTL_AUTH_SERVICE: authservice:8080
FTL_CONFIG_SERVICE: configservice:8080
FTL_NODE_SERVICE: nodeservice:8080
ASSET_PATH: /lab/ ASSET_PATH: /lab/
depends_on: depends_on:
- socketservice - socketservice
- authservice - authservice
- configservice
- nodeservice
socketservice: socketservice:
image: ftlab.utu.fi/app-socketservice image: ftlab.utu.fi/app-socketservice
restart: unless-stopped restart: unless-stopped
...@@ -25,6 +29,13 @@ services: ...@@ -25,6 +29,13 @@ services:
NODE_ENV: production NODE_ENV: production
REDIS_HOST: redis REDIS_HOST: redis
MONGO_HOST: authmongo MONGO_HOST: authmongo
configservice:
image: ftlab.utu.fi/app-configservice
restart: unless-stopped
environment:
NODE_ENV: production
REDIS_HOST: redis
MONGO_HOST: authmongo
authservice: authservice:
image: ftlab.utu.fi/app-authservice:${TAG:-latest} image: ftlab.utu.fi/app-authservice:${TAG:-latest}
restart: unless-stopped restart: unless-stopped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment