Added docker compose and configs

This commit is contained in:
David Allen 2024-02-25 02:36:04 -07:00
parent 37adc0e85c
commit 4f7ad29e0d
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
7 changed files with 358 additions and 0 deletions

7
docker/Makefile Normal file
View file

@ -0,0 +1,7 @@
up:
docker compose -f docker-compose.yaml up
down:
docker compose -f docker-compose.yaml down --volumes
# docker rm /hydra /hydra-migrate /kratos /kratos-migrate /postgres