feat: enhance observability with dynamic links, Docker API integration, and health checks

This commit is contained in:
asepharyana
2026-07-22 18:12:44 +07:00
parent 4ef4f615c1
commit da268f1671
7 changed files with 194 additions and 103 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
FROM nginx:alpine
COPY infra/dashboard/nginx.conf /etc/nginx/conf.d/default.conf
# Replace default nginx.conf with our custom config (runs as root for Docker socket access)
COPY infra/dashboard/nginx.conf /etc/nginx/nginx.conf
COPY infra/dashboard/index.html /usr/share/nginx/html/index.html
EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]