forked from Michel2/hg2git
12 lines
244 B
YAML
12 lines
244 B
YAML
services:
|
|
# hg2git
|
|
hg2git:
|
|
container_name: ${HG2GIT_CONTAINER_NAME:-hg2git}
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: ${RESTART:-no}
|
|
volumes:
|
|
- ./project:/work/project
|
|
- ./result:/work/result
|