chore: refactor docker compose env's
Tests / build (push) Successful in 6m41s
Tests / test (push) Failing after 10m1s
Tests / lint (push) Successful in 13m29s

This commit is contained in:
2026-08-04 23:38:01 +02:00
parent b60e4aa457
commit d632dc0f6b
18 changed files with 287 additions and 260 deletions
+13 -1
View File
@@ -1,12 +1,24 @@
Installation
============
To run the stack:
To run the stack in production:
```shell
docker compose -f docker\docker-compose-prod.yaml -p event-demo up -d
```
To run only the app dependencies in development mode and run the app localy (not in docker):
```shell
docker compose -f docker\docker-compose-dev.yaml up -d
```
To run the tests in docker (it's designed for the CI):
```shell
docker compose -f docker\docker-compose-test.yaml up -d
```
Api url:
- [Backend API](http://api.traefik.me/)
- [Frontend web site](http://app.traefik.me/) (WIP)