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
|
||||
- /run/user/{{ uid_containers.stdout }}/podman/podman.sock:/var/run/docker.sock:z
|
||||
label:
|
||||
io.containers.autoupdate: "registry"
|
||||
io.containers.autoupdate: "local"
|
||||
env:
|
||||
GITEA_INSTANCE_URL: "{{ vault_act_runner_host }}"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ vault_act_runner_token }}"
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
- gitea:/data:Z
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
label:
|
||||
io.containers.autoupdate: "registry"
|
||||
io.containers.autoupdate: "local"
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.gitea.entrypoints: "https"
|
||||
traefik.http.routers.gitea.rule: "Host(`{{ vault_domain }}`) && (PathPrefix(`/git/`) || Path(`/git`))"
|
||||
|
||||
Reference in New Issue
Block a user