Files
event-demo/doc/installation.md
T
flecomte 9b717f4d34
Tests / build (push) Successful in 6m28s
Tests / lint (push) Canceled after 0s
Tests / test (push) Canceled after 6m54s
fix: missing .dockerignore
2026-08-04 23:00:57 +02:00

907 B

Installation

To run the stack in production:

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):

docker compose -f docker\docker-compose-dev.yaml up -d

To run the tests in docker (it's designed for the CI):

docker compose -f docker\docker-compose-test.yaml up -d

Api url:

Exposed url on test env:

Admin service URL: