fix: update postgres, printer, and reactive-resume services to use internal-resume-net
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
939fd1aee2
commit
8b2f7f5dbc
@ -7,7 +7,7 @@ services:
|
|||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- internal-resume-net
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
|
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
image: ghcr.io/browserless/chromium:latest
|
image: ghcr.io/browserless/chromium:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- internal-resume-net
|
||||||
ports:
|
ports:
|
||||||
- "4000:3000"
|
- "4000:3000"
|
||||||
environment:
|
environment:
|
||||||
@ -40,6 +40,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
- internal-resume-net
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
@ -66,3 +67,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
external: true
|
external: true
|
||||||
|
internal-resume-net:
|
||||||
|
driver: bridge
|
||||||
Loading…
x
Reference in New Issue
Block a user