This commit is contained in:
2026-08-26 07:30:25 +02:00
parent 596ae70736
commit e56506a4df
13 changed files with 3172 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
paw-toolbox:
build: .
container_name: paw-toolbox
restart: unless-stopped
ports:
- "8080:8080"
environment:
ADDR: ":8080"
SERVER_MODE: "http"
AUTH_USER: ""
AUTH_PASS: ""
FILE_MAX_BYTES: "268435456"
CLIPBOARD_PERSIST_SECRETS: "true"
volumes:
- ./data:/data