Add read-only OCSentinel debug dashboard
This commit is contained in:
22
infra/debug-dashboard/compose.yml
Normal file
22
infra/debug-dashboard/compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
ocsentinel-debug:
|
||||
build: .
|
||||
container_name: ocsentinel-debug
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- "172.16.41.197:8090:8080"
|
||||
networks:
|
||||
- ocsentinel-network
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /tmp
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
||||
networks:
|
||||
ocsentinel-network:
|
||||
external: true
|
||||
name: n8n_n8n-network
|
||||
Reference in New Issue
Block a user