Intégration d'hydra/hydra-passwordless/fake-smtp dans l'infra Docker
This commit is contained in:
7
Makefile
7
Makefile
@ -5,7 +5,7 @@ deps:
|
||||
cd frontend && npm install
|
||||
|
||||
up: build
|
||||
( cd frontend && npm run server ) & USER_ID=$(shell id -u) docker-compose up && wait
|
||||
( cd frontend && NODE_ENV=development npm run server ) & USER_ID=$(shell id -u) docker-compose up && wait
|
||||
|
||||
sg:
|
||||
docker-compose exec -u $(shell id -u) super-graph sh
|
||||
@ -17,4 +17,7 @@ down:
|
||||
docker-compose down -v --remove-orphans
|
||||
|
||||
db-shell:
|
||||
docker-compose exec postgres psql -Usupergraph
|
||||
docker-compose exec postgres psql -Usupergraph
|
||||
|
||||
hydra-shell:
|
||||
docker-compose exec hydra /bin/sh
|
Reference in New Issue
Block a user