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

@@ -4,14 +4,13 @@ services:
container_name: elo-backend
restart: unless-stopped
env_file: .env
expose:
- "8000"
network_mode: host
elo-frontend:
build: ./frontend
container_name: elo-frontend
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "${FRONTEND_PORT:-8888}:80"
depends_on:
- elo-backend