Add container_name, remove ineffective extra_hosts with network_mode host

This commit is contained in:
Oliver Hofmann 2026-05-07 15:09:04 +02:00
parent 3974010156
commit 9f92c09586

View File

@ -1,11 +1,10 @@
services:
llmproxy:
image: mediaeng/llmproxy:latest
container_name: llmproxy
restart: unless-stopped
network_mode: host
env_file: .env
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./backend/test.db:/app/backend/test.db
- ./backend/logs:/app/backend/logs