Commit 924cac1114f0ebfc6ecfe7c852c49eb8af22c407

Authored by jonathan.brilhante
1 parent b216fb44
Exists in master and in 1 other branch coppe

Removendo o compose. Substituindo por arquivos template.

Showing 1 changed file with 0 additions and 19 deletions   Show diff stats
docker-compose.yml
... ... @@ -1,19 +0,0 @@
1   -version: '2'
2   -
3   -services:
4   - web:
5   - build:
6   - context: .
7   - args:
8   - - IP=150.165.205.99
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