From 939fd1aee2db2837b7e410de01dd688c0018d60f Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 20:47:24 -0400 Subject: [PATCH] fix: add missing networks declaration for printer and reactive-resume services in compose.yaml Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 275dc00..09e052e 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -19,6 +19,8 @@ services: printer: image: ghcr.io/browserless/chromium:latest restart: unless-stopped + networks: + - proxy-net ports: - "4000:3000" environment: @@ -36,8 +38,8 @@ services: image: amruthpillai/reactive-resume:latest # image: ghcr.io/amruthpillai/reactive-resume:latest restart: unless-stopped - # ports: - # - "3000:3000" + networks: + - proxy-net env_file: - .env volumes: