fix: update vendaweb-api configuration in docker-compose.yml

This commit is contained in:
joelson 2026-01-05 13:29:49 -03:00
parent 7022d491ce
commit 937b3f37ab
1 changed files with 4 additions and 3 deletions

View File

@ -2,13 +2,14 @@ version: '3.8'
services:
vendaweb-api:
image: http://10.1.1.124:8082/library/vendaweb-api:latest
image: 10.1.1.124:8082/library/vendaweb-api:latest
command: npm run start:prod
ports:
- "8065:8065"
- "8066:8065"
networks:
- juru-network
deploy:
replicas: 4
replicas: 1
update_config:
order: start-first
parallelism: 1