fix: update service names and correct volume path in reactive-resume configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
50052e7cb1
commit
53c8e25076
@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
reactive-resume-postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: reactive-resume-postgres
|
container_name: reactive-resume-postgres
|
||||||
@ -10,14 +10,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal-resume-net
|
- internal-resume-net
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
printer:
|
reactive-resume-printer:
|
||||||
image: ghcr.io/browserless/chromium:latest
|
image: ghcr.io/browserless/chromium:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: reactive-resume-printer
|
container_name: reactive-resume-printer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user