fix first batch of _dev stacks: authentik, directus, duplicati, filebrowser, firefly, headscale, homepage, invoiceninja, jellyfin, lubelogger

This commit is contained in:
openhands
2026-07-16 04:56:21 +00:00
parent 1b77ca5844
commit 6eedbf4a0d
20 changed files with 327 additions and 266 deletions
+13 -5
View File
@@ -1,9 +1,17 @@
services:
lubelogger:
image: ${LUBELOGR_IMAGE_NAME:-ghcr.io/hargata/lubelogger:latest}
restart: ${LUBELOGR_RESTART:-unless-stopped}
image: ${LUBELOGGER_IMAGE:-ghcr.io/hargata/lubelogger:latest}
restart: ${LUBELOGGER_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-./data}/lubelogger/App:/App/data
- ${VOL_PATH:-./data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
- ${VOL_PATH:-/data}/lubelogger/data:/App/data
- ${VOL_PATH:-/data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
ports:
- "${LUBELOGR_PORT:-8080}:8080"
- "${LUBELOGGER_PORT:-8080}:8080"
networks:
- proxy
- internal
networks:
proxy:
external: true
internal:
+5 -4
View File
@@ -1,4 +1,5 @@
LUBELOGR_IMAGE_NAME=ghcr.io/hargata/lubelogger:latest
LUBELOGR_RESTART=unless-stopped
LUBELOGR_PORT=8080
# Compose
VOL_PATH=/data
LUBELOGGER_IMAGE=ghcr.io/hargata/lubelogger:latest
LUBELOGGER_RESTART=unless-stopped
LUBELOGGER_PORT=8080