Files
lambada-fiesta-live/docker-compose.yml
T
Antoni Nuñez Romeu ba1e2cb505
CI/CD Deploy / test (push) Successful in 49s
CI/CD Deploy / build-push (push) Failing after 23s
CI/CD Deploy / deploy (push) Has been skipped
cicd docker fix
2026-07-31 12:52:10 +02:00

20 lines
407 B
YAML

services:
zlb:
image: git.hacecalor.net/Ichitux/zlb:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "35207:80"
restart: unless-stopped
deploy:
replicas: 1
update_config:
order: start-first
failure_action: rollback
restart_policy:
condition: any
placement:
constraints:
- node.role == manager