Last commit ?
This commit is contained in:
parent
75060a0997
commit
34a5f703ea
9 changed files with 61 additions and 26 deletions
|
|
@ -13,9 +13,11 @@ services:
|
|||
depends_on:
|
||||
- service-authentication
|
||||
- service-message
|
||||
- service-privateroom
|
||||
links:
|
||||
- service-authentication
|
||||
- service-message
|
||||
- service-privateroom
|
||||
|
||||
service-authentication:
|
||||
container_name: service-authentication
|
||||
|
|
@ -42,7 +44,7 @@ services:
|
|||
- backend/service-message
|
||||
- backend/service-message/node_modules
|
||||
ports:
|
||||
- 3001:3000
|
||||
- 3001:3001
|
||||
depends_on:
|
||||
- mongodb-message
|
||||
links:
|
||||
|
|
@ -58,7 +60,7 @@ services:
|
|||
- backend/service-privateroom
|
||||
- backend/service-privateroom/node_modules
|
||||
ports:
|
||||
- 3002:3000
|
||||
- 3002:3002
|
||||
depends_on:
|
||||
- mongodb-privateroom
|
||||
links:
|
||||
|
|
|
|||
Reference in a new issue