launch mode

This commit is contained in:
mr
2025-03-06 09:46:13 +01:00
parent a480c9b8a0
commit 5ca9a10d14
3 changed files with 15 additions and 0 deletions

View File

@@ -1,11 +1,23 @@
.DEFAULT_GOAL := all
build: clean
bee pack
hydra:
docker compose -f ./ldap-hydra/docker-compose.yml up -d
keto:
docker compose -f ./keto/docker-compose.yml up -d
run:
bee run -gendoc=true -downdoc=true
run-dev:
bee generate routers && HTTPPORT=8094 bee run -gendoc=true -downdoc=true
dev: hydra keto run-dev
debug:
bee run -downdebug -gendebug