forked from Michel2/hg2git
Added compose file
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user