Compare commits

..

2 commits

Author SHA1 Message Date
619f85a3f6
add gitignore 2023-06-09 14:18:49 +02:00
928bea723e
hopefully it works now 2023-06-09 14:18:22 +02:00
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored Normal file
View file

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

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"