abapGit/test/docker-compose.yml
Ethan Jewett c89cff6b89
Docker infrastructure (#4445)
* Basic docker compose infrastructure

* Fix port mapping problem

* Move files into test folder

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-01-25 18:26:18 +01:00

21 lines
438 B
YAML

version: '3.4'
services:
abapgit:
image: abapgit
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: development
networks:
default:
volumes:
- ..:/home/node/abapGit
# links:
# - httpEndpoint:httpbin.com
# depends_on:
# - httpEndpoint
# httpEndpoint:
# image: hashicorp/http-echo
# command: -text="Hello World" -listen=:80