Break cache temp

This commit is contained in:
Florian RICHER 2023-11-21 23:00:10 +01:00
parent 30bc1805f4
commit eb3d2edaf5
3 changed files with 10 additions and 0 deletions

View file

@ -45,10 +45,14 @@ services:
restart: unless-stopped
depends_on:
- gitea
ports:
- 8088:8088
volumes:
- ./config.yml:/config.yml
- {{ server.work_dir }}/gitea/runner/:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- CONFIG_FILE=/config.yml
- GITEA_INSTANCE_URL=https://gitea.{{ server.domain }}
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea.runner_registration_token }}