This commit is contained in:
2025-11-27 01:27:01 +01:00
parent 04036069e2
commit 1895b255c0

View File

@@ -11,7 +11,7 @@ services:
DISABLE_REGISTRATION: "true"
image: ${DOCKER_REGISTRY:-}gitea/gitea:latest
deploy:
replicas: 3
replicas: 1
placement:
constraints:
- node.role == manager
@@ -54,6 +54,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
restart: ${RESTART:-unless-stopped}
deploy:
replicas: 3
replicas: 1
labels:
wud.watch: "true"
wud.watch.digest: "true"