Files
docker-compose-cookbooks/lubelogger_dev/docker-compose.yml
T
2025-11-26 21:48:53 -08:00

10 lines
335 B
YAML

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"