Added Deemix
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
- "PUID={{ service_user.uid }}"
|
- "PUID={{ service_user.uid }}"
|
||||||
- "PGID={{ media_gid }}"
|
- "PGID={{ media_gid }}"
|
||||||
- "TZ={{ timezone }}"
|
- "TZ={{ timezone }}"
|
||||||
- "UMASK=002"
|
- "UMASK_SET=002"
|
||||||
- "DEEMIX_SINGLE_USER=true"
|
- "DEEMIX_SINGLE_USER=true"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/{{ role_name }}:/config"
|
- "{{ data_dir }}/{{ role_name }}:/config"
|
||||||
|
@@ -22,7 +22,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.routers.searxng.rule: "Host(`search.{{ personal_domain }}`)"
|
traefik.http.routers.searxng.rule: "Host(`search.{{ personal_domain }}`)"
|
||||||
#traefik.http.routers.searxng.middlewares: lan-whitelist@file
|
traefik.http.routers.searxng.middlewares: lan-whitelist@file
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
Reference in New Issue
Block a user