From 82ce67feec8e948e86b4630c37cd0427ff477a42 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 12 Jan 2024 11:42:56 +0000 Subject: [PATCH] Added commented out basic impl of github runner to stack --- stack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack.yaml b/stack.yaml index 9e26548..5879dd3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -169,6 +169,9 @@ services: - "traefik.enable=true" - "traefik.http.routers.go.rule=Path(`/`)" - "traefik.http.services.go.loadbalancer.server.port=80" + # A github runner is useful for self-hosting our development pipelines + # github_runner: + # image: "ghcr.io/actions/actions-runner:2.311.0" # Then, we add neodash as a service that can be used to visualize the neo4j database # This should provide the real AI assisted punching power for this stack neodash: