feat: implement images in listings comparison

This commit is contained in:
Stijnvandenbroek
2026-03-06 12:53:06 +00:00
parent e1a67da3ce
commit da5a455c36
7 changed files with 223 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ server {
# API requests → backend
location /api/ {
proxy_pass http://elo-backend:8000/api/;
proxy_pass http://host.docker.internal:8000/api/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}