fix gitea
All checks were successful
Deploy Containers / Prepare (push) Successful in 24s

This commit is contained in:
2026-01-10 16:47:00 -05:00
parent 48676d4417
commit 5631aa016b
2 changed files with 2 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
published_ports: published_ports:
- "2222:22" - "2222:22"
env: env:
USER_UID: "{{ PUID }}" USER_UID: "1000"
USER_GID: "{{ PGID }}" USER_GID: "1000"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.git.rule: Host(`git.alexav.gg`) traefik.http.routers.git.rule: Host(`git.alexav.gg`)

View File

@@ -3,7 +3,6 @@
file: file:
path: "{{ item }}" path: "{{ item }}"
state: directory state: directory
owner: 999
with_items: with_items:
- "{{ data_dir }}/plausible" - "{{ data_dir }}/plausible"
- "{{ data_dir }}/plausible/app" - "{{ data_dir }}/plausible/app"