lots of things
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
client:
|
||||
container_name: client
|
||||
build:
|
||||
context: ./services/client
|
||||
dockerfile: Dockerfile-prod
|
||||
args:
|
||||
- NODE_ENV=production
|
||||
- REACT_APP_USERS_SERVICE_URL=${REACT_APP_USERS_SERVICE_URL}
|
||||
ports:
|
||||
- "3007:80"
|
||||
depends_on:
|
||||
- users
|
||||
users:
|
||||
build:
|
||||
context: ./services/users
|
||||
@@ -32,3 +44,4 @@ services:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- users
|
||||
- client
|
||||
|
||||
Reference in New Issue
Block a user