feat: Configure `vendaweb-api` service to build locally and connect to an external `juru-network`.
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m39s
Details
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m39s
Details
This commit is contained in:
parent
e6fd33a22e
commit
a92fa77e37
|
|
@ -3,13 +3,16 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
vendaweb-api:
|
vendaweb-api:
|
||||||
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
||||||
command: npm run start:prod
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8066:8066"
|
- "8066:8066"
|
||||||
# networks:
|
networks:
|
||||||
# - juru-network
|
- juru-network
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
update_config:
|
update_config:
|
||||||
order: start-first
|
order: start-first
|
||||||
parallelism: 1
|
|
||||||
|
networks:
|
||||||
|
juru-network:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue