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
+2 -2
View File
@@ -43,14 +43,14 @@ Prerequisites:
Run:
```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
```
Run with a different backend tag:
```shell
BACKEND_IMAGE=ghcr.io/morbalint/kemkas-backend:<tag> \
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
```
The `certs` service generates a local CA and nginx server certificate in a shared volume.