Skip to content
Snippets Groups Projects
Verified Commit 372a4524 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

EHN: add Makefile

parent de124496
No related branches found
No related tags found
No related merge requests found
start:
@echo "Start Handle System"
docker compose up --build --detach
stop:
@echo "Stop Handle System"
docker compose rm -vsf
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
volumes: volumes:
- hs_srv1:/hs/srv_1 - hs_srv1:/hs/srv_1
- type: bind - type: bind
source: ${PWD}/.handle/ source: ./.handle/
target: /root/.handle/ target: /root/.handle/
networks: networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment