Fix runner not starting

This commit is contained in:
Wojciech Kozlowski 2024-06-16 12:30:39 +02:00
parent 1a149ff9b7
commit 94a4d784cf

View File

@ -2,10 +2,11 @@
services_deploy_pod:
wants:
- "gitea"
- "runner"
containers:
gitea:
image: "docker.io/gitea/gitea:{{ services_service_deploy_versions.gitea }}"
wants:
- "runner"
podman_run_args:
- "-v ./.config/service/hosts:/etc/hosts:ro"
- "-v {{ services_data_directory }}/pod-git/data/_data:/data"
@ -34,6 +35,8 @@ services_deploy_pod:
- "-e GITEA__service__ENABLE_NOTIFY_MAIL=\"true\""
runner:
image: "docker.io/gitea/act_runner:{{ services_service_deploy_versions.act_runner }}"
binds_to:
- "gitea"
podman_run_args:
- "-v ./.config/service/hosts:/etc/hosts:ro"
- "-v ./.config/service/runner.yml:/config.yaml"