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: .
|
||||
volumes:
|
||||
- .:/app
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- IWM_SERVER="http://make.fangam.es"
|
||||
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
||||
|
|
Loading…
Reference in a new issue