Use host network for dashboard build

This commit is contained in:
2026-04-05 13:54:12 +02:00
parent 89b9173c25
commit 861accb251
+2
View File
@@ -3,6 +3,7 @@
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
network: host
container_name: kallilab-dashboard container_name: kallilab-dashboard
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -44,3 +45,4 @@
networks: networks:
frontend_net: frontend_net:
external: true external: true