feat(docker): enhance development setup with reactive_resume service and health checks

This commit is contained in:
Amruth Pillai
2026-05-13 15:35:08 +02:00
parent 42fc78dca1
commit 1294d3354a
22 changed files with 301 additions and 189 deletions
+6 -3
View File
@@ -58,9 +58,10 @@ services:
condition: service_healthy
reactive_resume:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/amruthpillai/reactive-resume:latest
# build:
# context: .
# dockerfile: Dockerfile
networks:
- data_network
- storage_network
@@ -80,6 +81,8 @@ services:
depends_on:
postgres:
condition: service_healthy
seaweedfs:
condition: service_healthy
seaweedfs_create_bucket:
condition: service_completed_successfully
healthcheck: