rename docker compose (#85)

* rename docker compose

* rename nginx conf too
This commit is contained in:
2026-04-05 10:45:39 +02:00
committed by GitHub
parent d04e7e6cef
commit d6061ecb38
5 changed files with 22 additions and 20 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.