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