docker compose
This commit is contained in:
parent
0a107ba0bc
commit
a82de78040
|
@ -64,6 +64,19 @@ services:
|
|||
ports:
|
||||
- "3004:3004"
|
||||
|
||||
route:
|
||||
environment:
|
||||
- NODE_ENV=${NODE_ENV}
|
||||
container_name: "${BRANCH_NAME}-route"
|
||||
image: "route:${TAG}"
|
||||
build:
|
||||
context: ./services
|
||||
dockerfile: /route/Dockerfile
|
||||
expose:
|
||||
- "3005"
|
||||
ports:
|
||||
- "3005:3005"
|
||||
|
||||
nginx:
|
||||
container_name: "${BRANCH_NAME}-nginx"
|
||||
image: "nginx:${TAG}"
|
||||
|
|
Loading…
Reference in New Issue