abapGit/test/docker-compose.yml
Alexander Tsybulsky aa6bd86e9b
.gitattributes (#5081)
* git attributes

* renormalize endings

* text auto

* add shell scripts
2021-11-02 06:08:13 +01:00

21 lines
418 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