Compare commits

..

No commits in common. "619f85a3f6e888c3f6a63d4d35cddc4ad683f5aa" and "90d4136fd4fad1843adfe3af015110b8c329f175" have entirely different histories.

3 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
*.env

View file

@ -8,12 +8,10 @@ services:
environment:
- IWM_SERVER="http://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"]}'
- 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}'
env_file:
- ./imgproxy.env
imgproxy:
image: 'darthsim/imgproxy'
ports:

View file

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