Compare commits
2 Commits
707a3c0cb7
...
ad8cb0702d
| Author | SHA1 | Date | |
|---|---|---|---|
|
ad8cb0702d
|
|||
|
216d215663
|
@@ -20,7 +20,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 1G
|
memory: 2G
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: linuxserver/sonarr:latest
|
image: linuxserver/sonarr:latest
|
||||||
@@ -42,7 +42,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 1G
|
memory: 2G
|
||||||
|
|
||||||
whisparr:
|
whisparr:
|
||||||
image: ghcr.io/hotio/whisparr:latest
|
image: ghcr.io/hotio/whisparr:latest
|
||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 1G
|
memory: 2G
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
|
|||||||
@@ -29,6 +29,12 @@ sections:
|
|||||||
url: https://drive.mvl.sh
|
url: https://drive.mvl.sh
|
||||||
id: 3_1035_nxtcld
|
id: 3_1035_nxtcld
|
||||||
statusCheck: true
|
statusCheck: true
|
||||||
|
- title: ComfyUI
|
||||||
|
icon: http://mennos-desktop:8188/assets/favicon.ico
|
||||||
|
url: http://mennos-desktop:8188
|
||||||
|
statusCheckUrl: http://host.docker.internal:8188/api/system_stats
|
||||||
|
id: 3_1035_comfyui
|
||||||
|
statusCheck: true
|
||||||
displayData:
|
displayData:
|
||||||
sortBy: default
|
sortBy: default
|
||||||
rows: 1
|
rows: 1
|
||||||
@@ -251,7 +257,7 @@ appConfig:
|
|||||||
iconSize: large
|
iconSize: large
|
||||||
theme: nord
|
theme: nord
|
||||||
startingView: default
|
startingView: default
|
||||||
defaultOpeningMethod: newtab
|
defaultOpeningMethod: sametab
|
||||||
statusCheck: false
|
statusCheck: false
|
||||||
statusCheckInterval: 0
|
statusCheckInterval: 0
|
||||||
faviconApi: local
|
faviconApi: local
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ services:
|
|||||||
- {{dashy_data_dir}}/:/app/user-data
|
- {{dashy_data_dir}}/:/app/user-data
|
||||||
networks:
|
networks:
|
||||||
- caddy_network
|
- caddy_network
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Reference in New Issue
Block a user