fix: add missing networks declaration for printer and reactive-resume services in compose.yaml

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-28 20:47:24 -04:00
parent 001b1755ac
commit 939fd1aee2

View File

@ -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: