vendaweb-api/docker-compose.yml

19 lines
341 B
YAML
Raw Normal View History

version: '3.8'
services:
2026-01-05 14:45:17 +00:00
vendaweb-api:
image: 10.1.1.124:8082/library/vendaweb-api:latest
command: npm run start:prod
ports:
- "8066:8065"
2026-01-05 14:45:17 +00:00
networks:
- juru-network
deploy:
replicas: 1
2026-01-05 14:45:17 +00:00
update_config:
order: start-first
parallelism: 1
networks:
juru-network:
external: true