sync up docker compose files

This commit is contained in:
Gamosoft
2026-07-27 10:34:14 +02:00
parent 8f21237545
commit 74b96e8761
+4 -2
View File
@@ -8,11 +8,13 @@ services:
environment:
- TZ=UTC
volumes:
# Required: Your notes
- ./data:/app/data
# Uncomment to customize (files/folders must exist first):
# Optional: Uncomment to customize (file/folder must exist with content!)
# - ./config.yaml:/app/config.yaml
# - ./plugins:/app/plugins
# - ./themes:/app/themes
# - ./plugins:/app/plugins
# - ./locales:/app/locales
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s