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