Compare commits

...

2 Commits

Author SHA1 Message Date
ad8cb0702d fix: increase memory limit to 2G for arr-stack services
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 12s
Nix Format Check / check-format (push) Failing after 1m7s
Python Lint Check / check-python (push) Failing after 5s
2025-08-31 01:43:00 +02:00
216d215663 fix: set dashy default to sametab and add extra hosts for status
resolving of local services and add comfyui to dashy
2025-08-31 01:42:22 +02:00
3 changed files with 12 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 2G
sonarr:
image: linuxserver/sonarr:latest
@@ -42,7 +42,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 2G
whisparr:
image: ghcr.io/hotio/whisparr:latest
@@ -63,7 +63,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 2G
prowlarr:
container_name: prowlarr

View File

@@ -29,6 +29,12 @@ sections:
url: https://drive.mvl.sh
id: 3_1035_nxtcld
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:
sortBy: default
rows: 1
@@ -251,7 +257,7 @@ appConfig:
iconSize: large
theme: nord
startingView: default
defaultOpeningMethod: newtab
defaultOpeningMethod: sametab
statusCheck: false
statusCheckInterval: 0
faviconApi: local

View File

@@ -8,6 +8,8 @@ services:
- {{dashy_data_dir}}/:/app/user-data
networks:
- caddy_network
extra_hosts:
- host.docker.internal:host-gateway
deploy:
resources:
limits: