- Remove dashboard container from observability.yml - Remove infra/docker/dashboard.Dockerfile - Remove dashboard route from Traefik apps.yaml - Mount Docker socket on hub container for /api/dashboard - Remove dashboard build from CI/CD (docker-build-push.yml) - Update submodule pointer to hub with Next.js dashboard rewrite Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
362 B
YAML
19 lines
362 B
YAML
services:
|
|
hub:
|
|
container_name: hub
|
|
image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-TODO
|
|
restart: always
|
|
networks:
|
|
app-shared-net:
|
|
aliases:
|
|
- hub
|
|
env_file:
|
|
- ../../.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
|
networks:
|
|
app-shared-net:
|
|
name: app-shared-net
|
|
external: true
|