Added compose file

This commit is contained in:
2023-11-04 18:27:43 +01:00
parent 17a6f37825
commit 26a3e30f64
+11
View File
@@ -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