mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 21:42:21 +00:00
20 lines
407 B
YAML
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
|