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

This commit is contained in:
joelson 2026-01-05 14:34:15 -03:00
parent e6fd33a22e
commit a92fa77e37
1 changed files with 7 additions and 4 deletions

View File

@ -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