Files
docker-hg2git/docker-compose.yml
2023-11-04 18:27:43 +01:00

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