add hledger password

This commit is contained in:
2026-07-24 11:55:48 +02:00
parent c3d473ba70
commit 3b3b3e5194
+2
View File
@@ -6,6 +6,8 @@ services:
image: caddy:latest image: caddy:latest
container_name: caddy container_name: caddy
restart: unless-stopped restart: unless-stopped
environment:
HLEDGER_PASSWORD_HASH: "${HLEDGER_PASSWORD_HASH}"
ports: ports:
- "80:80" - "80:80"