Files
oc-sentinel/infra/debug-dashboard/compose.yml
OfficeCom Codex 6ceb29a07b
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 23s
OfficeCom Sentinel Client / build-client-windows (push) Failing after 18s
Add read-only OCSentinel debug dashboard
2026-07-26 02:59:51 +02:00

23 lines
410 B
YAML

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