Intégration d'hydra/hydra-passwordless/fake-smtp dans l'infra Docker

This commit is contained in:
2020-06-18 09:34:22 +02:00
parent 7f7b187296
commit 59806edc10
9 changed files with 141 additions and 7 deletions

View File

@ -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