mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
21 lines
476 B
YAML
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: {}
|