rename docker compose

This commit is contained in:
2026-04-05 10:19:41 +02:00
parent d04e7e6cef
commit 5cd94ce583
4 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Later start the docker compose first and the project launch settings after the D
For a fully containerized end-to-end run (tagged backend image + freshly built frontend/e2e images):
```shell
docker compose -f docker-compose.e2e.yaml up --build --abort-on-container-exit --exit-code-from e2e e2e
docker compose -f e2e.docker-compose.yaml up --build --abort-on-container-exit --exit-code-from e2e e2e
```
Use `BACKEND_IMAGE` to select a specific backend tag, and note this compose stack auto-generates TLS certificates for the nginx proxy.