mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
|
|
|
|
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
|