mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 21:22:20 +00:00
16 lines
322 B
YAML
16 lines
322 B
YAML
services:
|
|
zlb:
|
|
image: git.hacecalor.net/ichitux/zlb:latest
|
|
ports:
|
|
- "35207:80"
|
|
deploy:
|
|
replicas: 1
|
|
update_config:
|
|
order: start-first
|
|
failure_action: rollback
|
|
restart_policy:
|
|
condition: any
|
|
placement:
|
|
constraints:
|
|
- node.role == manager
|