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:
|
||||
vendaweb-api:
|
||||
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
||||
command: npm run start:prod
|
||||
build: .
|
||||
ports:
|
||||
- "8066:8066"
|
||||
# networks:
|
||||
# - juru-network
|
||||
networks:
|
||||
- juru-network
|
||||
deploy:
|
||||
replicas: 1
|
||||
update_config:
|
||||
order: start-first
|
||||
parallelism: 1
|
||||
|
||||
networks:
|
||||
juru-network:
|
||||
external: true
|
||||
Loading…
Reference in New Issue