aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b43e97d..d7972a6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,9 @@ unmigrate:
rollback:
TERN_CONFIG=migrations/tern.conf TERN_MIGRATIONS=migrations tern migrate -d -1
+
+dev:
+ podman compose up -d
+
+halt:
+ podman compose down