update jackson
Some checks failed
Deploy Containers / Prepare (push) Failing after 5s

This commit is contained in:
2026-01-10 15:55:37 -05:00
parent f4e6fe6ba7
commit 608ba23c31
3 changed files with 158 additions and 158 deletions

View File

@@ -13,12 +13,12 @@
- name: "{{ docker_network_name }}"
volumes:
- "{{ data_dir }}/gitea:/data"
- "/home/git/.ssh:/data/git/.ssh"
- "/home/iac/.ssh:/data/git/.ssh"
published_ports:
- "2222:22"
env:
USER_UID: "1000"
USER_GID: "1000"
USER_UID: "{{ PUID }}"
USER_GID: "{{ PGID }}"
labels:
traefik.enable: "true"
traefik.http.routers.git.rule: Host(`git.alexav.gg`)