mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
18 lines
431 B
YAML
18 lines
431 B
YAML
services:
|
|
lubelogger:
|
|
image: ${LUBELOGGER_IMAGE:-ghcr.io/hargata/lubelogger:latest}
|
|
restart: ${LUBELOGGER_RESTART:-unless-stopped}
|
|
volumes:
|
|
- ${VOL_PATH:-/data}/lubelogger/data:/App/data
|
|
- ${VOL_PATH:-/data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
|
|
ports:
|
|
- "${LUBELOGGER_PORT:-8080}:8080"
|
|
networks:
|
|
- proxy
|
|
- internal
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|
|
internal:
|