From 5f9395f42ee2f2eeb4bbc4554d42c790bbf0a998 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 2 Jun 2026 12:30:00 -0400 Subject: [PATCH] Added line break to test gitea runner --- nodes/heimdall/trek/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/heimdall/trek/compose.yaml b/nodes/heimdall/trek/compose.yaml index 711b6c9..dce29e1 100644 --- a/nodes/heimdall/trek/compose.yaml +++ b/nodes/heimdall/trek/compose.yaml @@ -6,6 +6,7 @@ networks: proxy-net: external: true + services: app: image: mauriceboe/trek:3.0.7 @@ -66,4 +67,4 @@ services: - "traefik.http.routers.trek.rule=Host(`travel.castaldifamily.com`)" - "traefik.http.routers.trek.tls=true" - "traefik.http.routers.trek.tls.certresolver=cloudflare" - - "traefik.http.services.trek.loadbalancer.server.port=3000" + - "traefik.http.services.trek.loadbalancer.server.port=3000" \ No newline at end of file