updated auto-update policy
This commit was merged in pull request #1.
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
- /etc/act_runner:/config:Z
|
- /etc/act_runner:/config:Z
|
||||||
- /run/user/{{ uid_containers.stdout }}/podman/podman.sock:/var/run/docker.sock:z
|
- /run/user/{{ uid_containers.stdout }}/podman/podman.sock:/var/run/docker.sock:z
|
||||||
label:
|
label:
|
||||||
io.containers.autoupdate: "registry"
|
io.containers.autoupdate: "local"
|
||||||
env:
|
env:
|
||||||
GITEA_INSTANCE_URL: "{{ vault_act_runner_host }}"
|
GITEA_INSTANCE_URL: "{{ vault_act_runner_host }}"
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ vault_act_runner_token }}"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ vault_act_runner_token }}"
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
- gitea:/data:Z
|
- gitea:/data:Z
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
label:
|
label:
|
||||||
io.containers.autoupdate: "registry"
|
io.containers.autoupdate: "local"
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
traefik.http.routers.gitea.entrypoints: "https"
|
traefik.http.routers.gitea.entrypoints: "https"
|
||||||
traefik.http.routers.gitea.rule: "Host(`{{ vault_domain }}`) && (PathPrefix(`/git/`) || Path(`/git`))"
|
traefik.http.routers.gitea.rule: "Host(`{{ vault_domain }}`) && (PathPrefix(`/git/`) || Path(`/git`))"
|
||||||
|
|||||||
Reference in New Issue
Block a user