fix config
Some checks failed
Deploy Containers / Prepare (push) Failing after 14s

This commit is contained in:
2026-01-11 19:48:48 -05:00
parent 45776f7528
commit ebad76b5e4

View File

@@ -8,9 +8,13 @@
- "{{ data_dir }}/floof" - "{{ data_dir }}/floof"
networks: networks:
- name: homelab - name: homelab
git: build:
repo: git@git.alexav.gg/alex/floofs-adventure git:
dest: "{{ data_dir }}/floof" repo: git@git.alexav.gg/alex/floofs-adventure
dest: "{{ data_dir }}/floof"
image:
name: floofs-adventure
tag: latest
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.dz.rule: Host(`floof.alexav.gg`) traefik.http.routers.dz.rule: Host(`floof.alexav.gg`)