diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..8aa41a0 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + # hg2git + hg2git: + container_name: ${HG2GIT_CONTAINER_NAME:-hg2git} + build: + context: . + dockerfile: Dockerfile + restart: ${RESTART:-no} + volumes: + - ./project:/work/project + - ./result:/work/result