fix: correct volume path for postgres service in reactive-resume configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
53c8e25076
commit
d132af144a
@ -10,7 +10,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal-resume-net
|
- internal-resume-net
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
|
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user