add .env
This commit is contained in:
parent
30beb7cdaa
commit
70a7b5580d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ services:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- IWM_SERVER="http://make.fangam.es"
|
- IWM_SERVER="http://make.fangam.es"
|
||||||
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
||||||
|
|
Loading…
Reference in a new issue