Those recipes help to spin-off a dev environment and debug configurator ui.
Just run this command in the root directory of the project:
docker-compose -f docker-compose.dev-ui.yml up
Usage:
- Backend runs on localhost:9875. Check [http://localhost:9875/api/v1/system/configuration] to make sure it's working
- Run frontend with BACKEND_API_BASE=
http://localhost:9875
. Use [http://localhost:9876/] to run frontend - Open localhost:9874 to see what's inside Redis. Use
redis
as host,6379
as port. You need to do it once, the data will be persisted accross runs
docker rm jitsu_configurator ; docker rmi jitsu_configurator
to clean all caches and make sure docker builds configurator from latest sourcesrm -rf ./ui-dev-compose/configurator/redis/data
if redis is not starting