mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added docker compose and configs
This commit is contained in:
parent
37adc0e85c
commit
4f7ad29e0d
7 changed files with 358 additions and 0 deletions
7
docker/Makefile
Normal file
7
docker/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue