From a83710e11f095a1f48d1f496e7870dc080bc2026 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Fri, 9 Jun 2023 14:11:09 +0200 Subject: [PATCH] more .env stuff --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 314d86c..aadfc09 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,15 +5,15 @@ services: build: . volumes: - .:/app - env_file: - - .env environment: - IWM_SERVER="http://make.fangam.es" - IWM_THUMBNAILS="https://images.make.fangam.es" - IMGPROXY_URL="http://127.0.0.1:5851" - IMGPROXY_PARAMS="{\"advanced\":[\"q:50\"]}" - 'HTTP_PROXIES={"all://make.fangam.es": "http://squid:3128"}' - imgproxy: + env_file: + - ./.env + imgproxy: image: 'darthsim/imgproxy' ports: - 5851:8080