Remove gitlab configuration

This commit is contained in:
Jake Howard
2023-03-30 22:56:35 +01:00
parent 4c443d67d1
commit d52f0bc8b2
26 changed files with 5 additions and 289 deletions

View File

@ -9,7 +9,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ={{ timezone }}
- GITEA_INSTANCE_URL=https://gitea.theorangeone.net
- GITEA_INSTANCE_URL=https://git.theorangeone.net
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_registration_token }}
- GITEA_RUNNER_NAME={{ ansible_hostname }}
restart: unless-stopped