Files
toolbox-portal/compose.example.yaml
T
zemion d1d4b3f44e
Verify / verify (push) Canceled after 0s
Swith to v0.20.3
2026-09-03 10:31:09 +02:00

19 lines
419 B
YAML

services:
toolbox:
build:
context: .
dockerfile: Containerfile
image: git.add-ideas.de/lotobo/toolbox:0.20.3
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