added lubelogger

This commit is contained in:
2025-10-27 14:31:06 -07:00
parent 5f07f08bff
commit 1cef087107
3 changed files with 21 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
lubelogger:
image: ${LUBELOGR_IMAGE_NAME:-ghcr.io/hargata/lubelogger:latest}
restart: ${LUBELOGR_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-./data}/lubelogger/App:/App/data
- ${VOL_PATH:-./data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
ports:
- "${LUBELOGR_PORT:-8080}:8080"