Add Edge Broker service and configuration defaults

Introduced the Edge Broker service in the Docker Compose setup, configured to run on port 4300. Updated `.env.example` to include default environment variables for the Edge Broker and adjusted tests to validate the new configuration. Updated visual snapshot tests to reflect related UI changes.
This commit is contained in:
Jeppe Bundgaard
2026-04-14 16:48:41 +02:00
parent e3f771a36c
commit 69eefdd572
3 changed files with 20 additions and 8 deletions
+10
View File
@@ -46,6 +46,16 @@ services:
timeout: 5s
retries: 10
edge-broker:
build:
context: .
dockerfile: services/edge-broker/Dockerfile
container_name: edge-broker
environment:
EDGE_BROKER_SHARED_SECRET: ${EDGE_BROKER_SHARED_SECRET:-truckwash-edge-dev}
ports:
- "4300:4300"
caddy:
image: caddy:2.7.6-alpine
container_name: caddy