mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
14 lines
280 B
YAML
14 lines
280 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
hush:
|
|
image: ghcr.io/natankeddem/snapper:latest
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ~/path/to/data:/app/data
|
|
- ~/path/to/logs:/app/logs
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- VERBOSE_LOGGING=TRUE # Optional |