Commit e14e1e079a75f9a5ac430417adb58a653ec13d58
1 parent
ac37afe8
Exists in
master
Exposição da variável de ambiente SEI_HOST_URL no arquivo docker-compose.yml
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
docker-compose.yml
@@ -50,6 +50,8 @@ services: | @@ -50,6 +50,8 @@ services: | ||
50 | - "80:80" | 50 | - "80:80" |
51 | volumes: | 51 | volumes: |
52 | - /mnt/sei/src:/opt | 52 | - /mnt/sei/src:/opt |
53 | + environment: | ||
54 | + - SEI_HOST_URL="http://localhost" | ||
53 | links: | 55 | links: |
54 | - mysql:mysql | 56 | - mysql:mysql |
55 | # - oracle:oracle | 57 | # - oracle:oracle |