Docker: Add lubelogger

This commit is contained in:
Marko Korhonen 2025-06-16 23:35:18 -05:00
parent 45a24d11e9
commit b23b617b95
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,23 @@
volumes:
data: {}
keys: {}
services:
lubelogger:
image: ghcr.io/hargata/lubelogger:latest
container_name: lubelogger
restart: unless-stopped
volumes:
- data:/App/data
- keys:/root/.aspnet/DataProtection-Keys
env_file:
- .env
networks:
- proxy
- postgres
networks:
postgres:
external: true
proxy:
external: true