docker-compose fixes
This commit is contained in:
parent
a83710e11f
commit
90d4136fd4
1 changed files with 3 additions and 4 deletions
|
@ -9,10 +9,9 @@ services:
|
|||
- 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\"]}"
|
||||
- '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