mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -5,9 +5,10 @@ services:
|
||||
server:
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- ROOT_URL= https://gitea.sectorq.eu
|
||||
USER_UID: 1000
|
||||
USER_GID: 1000
|
||||
ROOT_URL: https://gitea.sectorq.eu
|
||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
||||
image: ${DOCKER_REGISTRY:-}gitea/gitea:latest
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
@ -43,7 +44,7 @@ services:
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
|
||||
GITEA_RUNNER_NAME: jaydee
|
||||
GITEA_RUNNER_LABELS: jaydee
|
||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
||||
|
||||
volumes:
|
||||
- /share/docker_data/gitea-runner/config:/config
|
||||
- /share/docker_data/gitea-runner/data:/data
|
||||
|
Reference in New Issue
Block a user