Commit e91a86108cb80b4e408caf760f8549a729eda6a9

Authored by Guilherme Del Cantoni
Committed by GitHub
1 parent 2e05cf6b
Exists in master

Atribuição de configuração padrão de host local

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
docker-compose.yml
... ... @@ -50,6 +50,8 @@ services:
50 50 - "80:80"
51 51 volumes:
52 52 - /mnt/sei/src:/opt
  53 + environment:
  54 + - SEI_HOST_URL=http://localhost
53 55 links:
54 56 - mysql:mysql
55 57 # - oracle:oracle
... ...