fmartingr
/
jeeves
Archived
1
0
Fork 0

Load .env on docker services

This commit is contained in:
Felipe Martin 2019-09-30 18:45:00 +02:00
parent fdb6083a9c
commit 8d9ec74b45
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ services:
- 8000:8000
depends_on:
- redis
env_file:
- .env
redis:
image: redis:5
@ -22,3 +24,5 @@ services:
- .:/opt/app
depends_on:
- redis
env_file:
- .env