docker-compose fixes
This commit is contained in:
parent
a83710e11f
commit
90d4136fd4
1 changed files with 3 additions and 4 deletions
|
@ -9,11 +9,10 @@ services:
|
||||||
- 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"
|
||||||
- IMGPROXY_URL="http://127.0.0.1:5851"
|
- 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"}'
|
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
|
||||||
env_file:
|
|
||||||
- ./.env
|
imgproxy:
|
||||||
imgproxy:
|
|
||||||
image: 'darthsim/imgproxy'
|
image: 'darthsim/imgproxy'
|
||||||
ports:
|
ports:
|
||||||
- 5851:8080
|
- 5851:8080
|
||||||
|
|
Loading…
Reference in a new issue