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:
|
printer:
|
||||||
image: ghcr.io/browserless/chromium:latest
|
image: ghcr.io/browserless/chromium:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- proxy-net
|
||||||
ports:
|
ports:
|
||||||
- "4000:3000"
|
- "4000:3000"
|
||||||
environment:
|
environment:
|
||||||
@ -36,8 +38,8 @@ services:
|
|||||||
image: amruthpillai/reactive-resume:latest
|
image: amruthpillai/reactive-resume:latest
|
||||||
# image: ghcr.io/amruthpillai/reactive-resume:latest
|
# image: ghcr.io/amruthpillai/reactive-resume:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
networks:
|
||||||
# - "3000:3000"
|
- proxy-net
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user