feat: add dashboard service to Docker build and push workflow

This commit is contained in:
asepharyana
2026-07-22 18:12:44 +07:00
parent 5d5a0f48b5
commit 4ef4f615c1
5 changed files with 34 additions and 14 deletions
+1 -3
View File
@@ -16,9 +16,6 @@ services:
- '--config=/etc/otel/config.yml'
volumes:
- ../../infra/otel/otel-collector-config.yml:/etc/otel/config.yml:ro
depends_on:
jaeger:
condition: service_started
# ── Jaeger (Tracing Backend + Built-in UI) ──
jaeger:
@@ -41,6 +38,7 @@ services:
# ── Custom Dashboard (nginx:alpine) ──
dashboard:
container_name: dashboard
image: ghcr.io/asepharyana/asepharyana-hub/dashboard:latest
build:
context: ../..
dockerfile: infra/docker/dashboard.Dockerfile