add spoolman
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
spoolman:
|
||||||
|
image: ghcr.io/donkie/spoolman:latest
|
||||||
|
container_name: spoolman
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: ./data
|
||||||
|
target: /home/app/.local/share/spoolman
|
||||||
|
ports:
|
||||||
|
- "7912:8000"
|
||||||
|
environment:
|
||||||
|
- TZ=America/Detroit
|
||||||
|
- SPOOLMAN_DB_TYPE=sqlite
|
||||||
|
- SPOOLMAN_AUTOMATIC_BACKUP=TRUE
|
||||||
|
- SPOOLMAN_METRICS_ENABLED=TRUE
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
Reference in New Issue
Block a user