homelab/compose/services/lubelogger/compose.yml
Eduardo Figueroa cae18a8dba
templates
2025-10-24 11:47:48 -07:00

15 lines
233 B
YAML

---
services:
app:
image: ghcr.io/hargata/lubelogger:latest
restart: unless-stopped
volumes:
- data:/App/data
- keys:/root/.aspnet/DataProtection-Keys
ports:
- 8007:8080
volumes:
data:
keys: