init
release-tag / release-image (push) Has been cancelled

This commit is contained in:
2026-08-14 17:42:54 +02:00
parent 18a48d2285
commit 222b5d2413
22 changed files with 3013 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
pocketwatch:
build: .
image: pocketwatch-go:local
restart: unless-stopped
ports:
- "8080:8080"
environment:
APP_ADDR: ":8080"
DATA_DIR: "/data"
# Hinter HTTPS-Reverse-Proxy auf true setzen.
COOKIE_SECURE: "false"
volumes:
- pocketwatch-data:/data
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
volumes:
pocketwatch-data: