1
0
Fork 0

logseq, maloja, snibox: restart unless stopped

This commit is contained in:
Lukáš Kucharczyk 2023-02-03 16:56:42 +01:00
parent e326fa66be
commit 7a22866c64
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ services:
- public
profiles:
- base
restart: unless-stopped
caddy:
image: caddy
@ -384,6 +385,7 @@ services:
- postgres
# served by caddy
# - snibox
restart: unless-stopped
loki:
image: grafana/loki:2.6.1
@ -497,6 +499,7 @@ services:
user: "${PUID}:${PGID}"
volumes:
- "${DOCKER_STORAGE_PATH}/maloja:/data"
restart: unless-stopped
networks:
loki: