feat: implement images in listings comparison
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user