feat: release toolbox portal 0.1.0

This commit is contained in:
2026-07-20 18:40:51 +02:00
commit 5d2e466ad6
55 changed files with 11127 additions and 0 deletions

18
compose.example.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
toolbox:
build:
context: .
dockerfile: Containerfile
image: git.add-ideas.de/zemion/toolbox:0.1.0
restart: unless-stopped
read_only: true
ports:
- '8080:8080'
tmpfs:
- /tmp:size=16m,mode=1777
- /var/cache/nginx:size=16m,uid=101,gid=101
- /var/run:size=1m,uid=101,gid=101
security_opt:
- no-new-privileges:true
cap_drop:
- ALL