fix: comment out networks section in docker-compose.yml
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 32s Details

This commit is contained in:
joelson 2026-01-05 14:21:22 -03:00
parent b034330e34
commit c75f8ed9f4
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ services:
command: npm run start:prod command: npm run start:prod
ports: ports:
- "8066:8066" - "8066:8066"
networks: # networks:
- juru-network # - juru-network
deploy: deploy:
replicas: 1 replicas: 1
update_config: update_config: