feat: remove hypermind

This commit is contained in:
2026-01-06 18:50:17 +00:00
parent f492d7f41a
commit 4f80f77313

View File

@@ -1,20 +0,0 @@
services:
hypermind:
image: ghcr.io/lklynet/hypermind:latest
container_name: hypermind
restart: unless-stopped
environment:
- PORT=3000
labels:
- "traefik.enable=true"
- "traefik.http.routers.hypermind.rule=Host(`hypermind.${DOMAIN}`)"
- "traefik.http.routers.hypermind.entrypoints=https"
- "traefik.http.routers.hypermind.service=hypermind-hypermind"
- "traefik.http.routers.hypermind.tls.certresolver=cloudflare"
- "traefik.docker.network=traefik_public"
networks:
- traefik_public
networks:
traefik_public:
external: true