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:
context: .
dockerfile: Dockerfile
network: host
container_name: kallilab-dashboard
restart: unless-stopped
environment:
@@ -44,3 +45,4 @@
networks:
frontend_net:
external: true