mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
feat(docker): enhance development setup with reactive_resume service and health checks
This commit is contained in:
+6
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user