feat: release toolbox portal 0.1.0
This commit is contained in:
18
compose.example.yaml
Normal file
18
compose.example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user