diff --git a/reactive-resume/docker-compose.yml b/reactive-resume/docker-compose.yml index c5ab77e..03fe927 100644 --- a/reactive-resume/docker-compose.yml +++ b/reactive-resume/docker-compose.yml @@ -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