Files
templates/blueprints/lubelogger/docker-compose.yml
2026-07-07 13:55:48 -06:00

21 lines
476 B
YAML

version: "3.8"
services:
lubelogger:
image: ghcr.io/hargata/lubelogger:v1.6.5
restart: unless-stopped
environment:
- LC_ALL=${LUBELOGGER_LOCALE}
- LANG=${LUBELOGGER_LOCALE}
- LUBELOGGER_DOMAIN=${LUBELOGGER_DOMAIN}
- EnableAuth=${LUBELOGGER_ENABLE_AUTH}
volumes:
- lubelogger-data:/App/data
- lubelogger-keys:/root/.aspnet/DataProtection-Keys
expose:
- 8080
volumes:
lubelogger-data: {}
lubelogger-keys: {}