Fixed some stuff with bar assisant and moved to torguard

This commit is contained in:
2023-06-11 17:04:45 -04:00
parent 18a08c9a73
commit d6a3993a9e
9 changed files with 41 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ services:
TZ: "{{ timezone }}"
volumes:
- "{{ data_dir }}/{{ role_name }}/config:/config"
- "{{ media_storage_mnt }}/nextcloud:/data"
- "{{ data_dir }}/{{ role_name }}/data:/data"
labels:
traefik.enable: true
traefik.http.routers.nextcloud.rule: "Host(`{{ role_name }}.{{ personal_domain }}`)"