Remove edge_broker_client.php and related unit tests. Add new dependencies and configuration files for edge-agent, including build scripts and package-lock updates.

This commit is contained in:
Jeppe Bundgaard
2026-04-13 09:42:35 +02:00
parent 16c9cd9931
commit a83b850aba
340 changed files with 45323 additions and 880 deletions
+2 -2
View File
@@ -20,11 +20,11 @@ services:
## Usage (examples):
## - With explicit files (recommended):
## docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d traefik caddy edge-broker php1 php2 php3 php4 php5 db redis
## docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d traefik caddy php1 php2 php3 php4 php5 db redis
##
## - Or set COMPOSE_FILE for the shell session (PowerShell on Windows):
## $env:COMPOSE_FILE = "docker-compose.yml;docker-compose.prod.yml"
## docker compose up -d traefik caddy edge-broker php1 php2 php3 php4 php5 db redis
## docker compose up -d traefik caddy php1 php2 php3 php4 php5 db redis
##
## Notes:
## - Traefik uses Lets Encrypt production. Ensure DNS A/AAAA records for api.truckwash.dk, api.truckwash.io and traefik.truckwash.dk point to this host and ports 80/443 are reachable.