launch mode
This commit is contained in:
parent
a480c9b8a0
commit
5ca9a10d14
12
Makefile
12
Makefile
@ -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
|
||||
|
||||
|
@ -7,6 +7,9 @@ To build :
|
||||
bee generate routers
|
||||
bee run -gendoc=true -downdoc=true
|
||||
|
||||
OR
|
||||
make dev
|
||||
|
||||
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
|
||||
|
||||
url: "swagger.json"
|
||||
|
Loading…
Reference in New Issue
Block a user