Commit 5cd3e4d20af46e2f4c0e5444618d040db22c1fb3

Authored by Jonathan
1 parent 39c9ca42
Exists in master and in 1 other branch coppe

Delete docker-compose.yml.template

Showing 1 changed file with 0 additions and 19 deletions   Show diff stats
docker-compose.yml.template
... ... @@ -1,19 +0,0 @@
1   -version: '2'
2   -
3   -services:
4   - web:
5   - build:
6   - context: .
7   - args:
8   - - IP=<HOST_IP>
9   - ports:
10   - - "80:80"
11   - - "18422"
12   - - "5432"
13   - - "6379"
14   - - "27017"
15   - - "200:200"
16   - - "201:201"
17   - - "8003"
18   - stdin_open: true
19   - tty: true