Update reactive-resume/docker-compose.yml

This commit is contained in:
2026-04-06 13:02:21 -05:00
parent 0e4cf895cc
commit 0059b74209
+3 -3
View File
@@ -26,7 +26,7 @@ services:
# Optional: Set a token for authentication
# - TOKEN=your-secret-token
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/pressure?token=your-secret-token"]
test: ["CMD", "curl", "-f", "http://localhost:3006/pressure?token=your-secret-token"]
interval: 10s
timeout: 5s
retries: 10
@@ -36,7 +36,7 @@ services:
# image: ghcr.io/amruthpillai/reactive-resume:latest
restart: unless-stopped
ports:
- "3000:3000"
- "3006:3000"
env_file:
- .env
volumes:
@@ -48,7 +48,7 @@ services:
printer:
condition: service_healthy
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
test: ["CMD", "curl", "-f", "http://localhost:3006/api/health"]
interval: 30s
timeout: 10s
retries: 3