mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
18 lines
325 B
YAML
18 lines
325 B
YAML
---
|
|
|
|
services:
|
|
app:
|
|
image: ghcr.io/hargata/lubelogger:latest
|
|
restart: unless-stopped
|
|
# volumes used to keep data persistent
|
|
volumes:
|
|
- data:/App/data
|
|
- keys:/root/.aspnet/DataProtection-Keys
|
|
# expose port and/or use serving via traefik
|
|
ports:
|
|
- 8080:8080
|
|
|
|
volumes:
|
|
data:
|
|
keys:
|