Commit 60afaa9748d66e26d15632400315d1ced929c85a

Authored by Guilherme Andrade Del Cantoni
2 parents b3060adc e14e1e07
Exists in master

Merge branch 'master' of http://softwarepublico.gov.br/gitlab/sei/sei-vagrant

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
... ...