mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fix first batch of _dev stacks: authentik, directus, duplicati, filebrowser, firefly, headscale, homepage, invoiceninja, jellyfin, lubelogger
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
services:
|
||||
lubelogger:
|
||||
image: ${LUBELOGR_IMAGE_NAME:-ghcr.io/hargata/lubelogger:latest}
|
||||
restart: ${LUBELOGR_RESTART:-unless-stopped}
|
||||
image: ${LUBELOGGER_IMAGE:-ghcr.io/hargata/lubelogger:latest}
|
||||
restart: ${LUBELOGGER_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/lubelogger/App:/App/data
|
||||
- ${VOL_PATH:-./data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
|
||||
- ${VOL_PATH:-/data}/lubelogger/data:/App/data
|
||||
- ${VOL_PATH:-/data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
|
||||
ports:
|
||||
- "${LUBELOGR_PORT:-8080}:8080"
|
||||
- "${LUBELOGGER_PORT:-8080}:8080"
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
LUBELOGR_IMAGE_NAME=ghcr.io/hargata/lubelogger:latest
|
||||
LUBELOGR_RESTART=unless-stopped
|
||||
LUBELOGR_PORT=8080
|
||||
|
||||
# Compose
|
||||
VOL_PATH=/data
|
||||
LUBELOGGER_IMAGE=ghcr.io/hargata/lubelogger:latest
|
||||
LUBELOGGER_RESTART=unless-stopped
|
||||
LUBELOGGER_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user