chore(deps): rebuild
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- "/mnt/nfs/docker/jellyseerr"
|
||||
- "/mnt/nfs/docker/jellyseerr/config"
|
||||
- "{{ data_folder }}/jellyseerr"
|
||||
- "{{ data_folder }}/jellyseerr/config"
|
||||
|
||||
- name: Create the jellyseerr container
|
||||
docker_container:
|
||||
@ -20,7 +20,7 @@
|
||||
PGID: "1000"
|
||||
TZ: "Australia/Brisbane"
|
||||
volumes:
|
||||
- /mnt/nfs/docker/jellyseerr/config:/app/config
|
||||
- "{{ data_folder }}/jellyseerr/config:/app/config"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.jellyseerr.rule: "Host(`jellyseerr.comprofix.xyz`)"
|
||||
|
Reference in New Issue
Block a user