15 lines
233 B
YAML
15 lines
233 B
YAML
---
|
|
|
|
services:
|
|
app:
|
|
image: ghcr.io/hargata/lubelogger:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- data:/App/data
|
|
- keys:/root/.aspnet/DataProtection-Keys
|
|
ports:
|
|
- 8007:8080
|
|
|
|
volumes:
|
|
data:
|
|
keys:
|