hopefully it works now

This commit is contained in:
magmaus3 2023-06-09 14:18:22 +02:00
parent 90d4136fd4
commit 928bea723e
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
2 changed files with 4 additions and 1 deletions

View file

@ -8,10 +8,12 @@ services:
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"
- 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:
- ./imgproxy.env
imgproxy: imgproxy:
image: 'darthsim/imgproxy' image: 'darthsim/imgproxy'
ports: ports:

1
imgproxy.env Normal file
View file

@ -0,0 +1 @@
IMGPROXY_URL="http://127.0.0.1:5851"