1
0
Fork 0

Compare commits

...

2 Commits

2 changed files with 8 additions and 7 deletions

View File

@ -24,8 +24,8 @@ services:
networks: networks:
- public - public
profiles: profiles:
- base
restart: unless-stopped restart: unless-stopped
- disabled
caddy: caddy:
image: caddy image: caddy
@ -231,7 +231,7 @@ services:
networks: networks:
- public - public
profiles: profiles:
- base - disabled
restart: unless-stopped restart: unless-stopped
mealie: mealie:
@ -287,7 +287,7 @@ services:
networks: networks:
- public - public
profiles: profiles:
- base - disabled
restart: unless-stopped restart: unless-stopped
webhook: webhook:
@ -399,7 +399,7 @@ services:
networks: networks:
- loki - loki
profiles: profiles:
- base - disabled
- infra - infra
restart: unless-stopped restart: unless-stopped
@ -416,7 +416,7 @@ services:
networks: networks:
- loki - loki
profiles: profiles:
- base - disabled
- infra - infra
restart: unless-stopped restart: unless-stopped
@ -429,7 +429,7 @@ services:
networks: networks:
- loki - loki
profiles: profiles:
- base - disabled
- infra - infra
restart: unless-stopped restart: unless-stopped

View File

@ -4,4 +4,5 @@ ND_SPOTIFY_ID=9d6a1b14a4134df5b4447fa46c4bf275
ND_SPOTIFY_SECRET=27aed3e91dc34d7593d99ad4febea939 ND_SPOTIFY_SECRET=27aed3e91dc34d7593d99ad4febea939
ND_DEVACTIVITYPANEL=false ND_DEVACTIVITYPANEL=false
ND_SEARCHFULLSTRING=true ND_SEARCHFULLSTRING=true
ND_ENABLESHARING=true ND_ENABLESHARING=true
ND_LOGLEVEL=error