more .env stuff
This commit is contained in:
parent
70a7b5580d
commit
a83710e11f
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@ services:
|
|||
build: .
|
||||
volumes:
|
||||
- .:/app
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- IWM_SERVER="http://make.fangam.es"
|
||||
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
||||
- IMGPROXY_URL="http://127.0.0.1:5851"
|
||||
- IMGPROXY_PARAMS="{\"advanced\":[\"q:50\"]}"
|
||||
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
||||
env_file:
|
||||
- ./.env
|
||||
imgproxy:
|
||||
image: 'darthsim/imgproxy'
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue