Added commented out basic impl of github runner to stack

This commit is contained in:
Cian Hughes
2024-01-12 11:42:56 +00:00
parent b32cbfd742
commit 82ce67feec

View File

@@ -169,6 +169,9 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.go.rule=Path(`/`)" - "traefik.http.routers.go.rule=Path(`/`)"
- "traefik.http.services.go.loadbalancer.server.port=80" - "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 # 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 # This should provide the real AI assisted punching power for this stack
neodash: neodash: