chore(deps): rebuild

This commit is contained in:
2024-09-10 22:09:43 +10:00
parent ee8b2c0ebe
commit ebc5d881bd
21 changed files with 325 additions and 328 deletions

View File

@ -4,8 +4,8 @@
path: "{{ item }}"
state: directory
with_items:
- "/mnt/nfs/docker/mealie"
- "/mnt/nfs/docker/mealie/config"
- "{{ data_folder }}/mealie"
- "{{ data_folder }}/mealie/config"
- name: Create the mealie container
docker_container:
@ -27,7 +27,7 @@
BASE_URL: "mealie.comprofix.xyz"
SMTP_HOST: "{{MAIL_HOST}}"
volumes:
- /mnt/nfs/docker/mealie/data/:/app/data
- "{{ data_folder }}/mealie/data/:/app/data"
labels:
traefik.enable: "true"
traefik.http.routers.mealie.rule: "Host(`mealie.comprofix.xyz`)"