fix: update service dependencies to use correct container names in reactive-resume configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
503a3a808c
commit
50052e7cb1
@ -50,9 +50,9 @@ services:
|
|||||||
# Used when S3 is not configured; keeps uploads persistent
|
# Used when S3 is not configured; keeps uploads persistent
|
||||||
- /mnt/appdata/reactive-resume/data:/app/data
|
- /mnt/appdata/reactive-resume/data:/app/data
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
reactive-resume-postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
printer:
|
reactive-resume-printer:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user