mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
USER_UID: 1000
|
USER_UID: 1000
|
||||||
USER_GID: 1000
|
USER_GID: 1000
|
||||||
ROOT_URL: https://gitea.sectorq.eu
|
ROOT_URL: https://gitea.sectorq.eu
|
||||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
ENABLE_PASSWORD_SIGNIN_FORM: "false"
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
image: ${DOCKER_REGISTRY:-}gitea/gitea:latest
|
image: ${DOCKER_REGISTRY:-}gitea/gitea:latest
|
||||||
networks:
|
networks:
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: "true"
|
||||||
homepage.container: gitea
|
homepage.container: gitea
|
||||||
homepage.description: Version control server
|
homepage.description: Version control server
|
||||||
homepage.group: Utilities
|
homepage.group: Utilities
|
||||||
@@ -36,8 +36,8 @@ services:
|
|||||||
homepage.widget.type: ${APPNAME}
|
homepage.widget.type: ${APPNAME}
|
||||||
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
||||||
homepage.widget.version: 2
|
homepage.widget.version: 2
|
||||||
wud.watch: true
|
wud.watch: "true"
|
||||||
wud.watch.digest: true
|
wud.watch.digest: "true"
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
@@ -60,7 +60,7 @@ services:
|
|||||||
condition: any
|
condition: any
|
||||||
labels:
|
labels:
|
||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: true
|
wud.watch.digest: "true"
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
|
|||||||
Reference in New Issue
Block a user