aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f396c9e..befc090 100644
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,12 @@ serve:
.PHONY: clean
clean:
docker-compose down
+
+.PHONY: local_up
+local_up:
+ docker-compose -f docker-compose.local.yml up -d
+ echo http://localhost:8080
+
+.PHONY: local_down
+local_down:
+ docker-compose -f docker-compose.local.yml down