vendaweb-api/docker-compose.yml

23 lines
427 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
ports:
- target: 8066
published: 8066
protocol: tcp
mode: host
networks:
- juru-network
2026-01-05 14:45:17 +00:00
deploy:
replicas: 1
2026-01-05 14:45:17 +00:00
update_config:
order: stop-first
parallelism: 1
failure_action: rollback
delay: 5s
networks:
juru-network:
external: true