Gitea runner restart always
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 13m43s

This commit is contained in:
Justus Grunow 2024-12-17 06:40:18 -05:00
parent a7948364cd
commit 75e2382994

View File

@ -8,6 +8,7 @@ services:
GITEA_INSTANCE_URL: "{{ gitea_instance_url }}" GITEA_INSTANCE_URL: "{{ gitea_instance_url }}"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ gitea_runner_token }}" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ gitea_runner_token }}"
GITEA_RUNNER_NAME: "{{ gitea_runner_name }}" GITEA_RUNNER_NAME: "{{ gitea_runner_name }}"
restart: always
volumes: volumes:
- ./config.yaml:/config.yaml - ./config.yaml:/config.yaml
- ./data:/data - ./data:/data