diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 03bd412..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.env diff --git a/docker-compose.yml b/docker-compose.yml index be0b29c..9243956 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/imgproxy.env b/imgproxy.env deleted file mode 100644 index d623fae..0000000 --- a/imgproxy.env +++ /dev/null @@ -1 +0,0 @@ -IMGPROXY_URL="http://127.0.0.1:5851"