diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..f4210ca --- /dev/null +++ b/compose.yaml @@ -0,0 +1,15 @@ +services: + monitor: + build: . + ports: + - "8000:8000" + environment: + MONITOR_LOG_LEVEL: INFO + MONITOR_REQUEST_TIMEOUT_SECONDS: "5" + MONITOR_CONNECT_TIMEOUT_SECONDS: "2" + MONITOR_MAX_REDIRECTS: "5" + read_only: true + tmpfs: + - /tmp + security_opt: + - no-new-privileges:true