fix: correct port mapping in docker-compose.yml for vendaweb-api
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 46s Details

This commit is contained in:
joelson 2026-01-05 13:55:49 -03:00
parent d5fa17151f
commit 0084a162f7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
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 command: npm run start:prod
ports: ports:
- "8066:8065" - "8066:8066"
networks: networks:
- juru-network - juru-network
deploy: deploy: