Use prebuilt image for dashboard stack

This commit is contained in:
2026-04-05 14:01:40 +02:00
parent 861accb251
commit 3bfef55eed
2 changed files with 5 additions and 5 deletions
+2 -4
View File
@@ -1,9 +1,6 @@
services:
dashboard:
build:
context: .
dockerfile: Dockerfile
network: host
image: ${DASHBOARD_IMAGE}
container_name: kallilab-dashboard
restart: unless-stopped
environment:
@@ -46,3 +43,4 @@ networks:
frontend_net:
external: true