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:
parent
001b1755ac
commit
939fd1aee2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user