Freilyn Bernabe
Freilyn Bernabe
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
You are literally the best - thank you! @Henrik
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
@Henrik Thanks. I really wouldn't have found what was going on without your help. I see I needed to install curl on Debian. To verify the health check
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
Thats true, Apparently I don't get along very well with Docker.
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
Yes I think everything is fine but the domain doesn't work.
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
No description
23 replies
DDokploy
Created by Freilyn Bernabe on 4/29/2025 in #help
Domains do not work with a dockerized rust project.
@Henrik Thanks for responding, Docker Compose is now like this but it still doesn't work for me.
services:
search_engine:
image: rust-search-engine:latest # Optional: Tag the image being built
build:
context: . # Use the current directory as the build context
dockerfile: Dockerfile # Specify the Dockerfile name
environment:
- RUST_LOG=info,api=debug
restart: unless-stopped # Restart policy
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3000/health || exit 1"]
interval: 15s # Check every 15 seconds
timeout: 5s # Wait max 5 seconds for response
retries: 3 # Try 3 times before marking as unhealthy
start_period: 20s # Grace period after container starts
services:
search_engine:
image: rust-search-engine:latest # Optional: Tag the image being built
build:
context: . # Use the current directory as the build context
dockerfile: Dockerfile # Specify the Dockerfile name
environment:
- RUST_LOG=info,api=debug
restart: unless-stopped # Restart policy
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3000/health || exit 1"]
interval: 15s # Check every 15 seconds
timeout: 5s # Wait max 5 seconds for response
retries: 3 # Try 3 times before marking as unhealthy
start_period: 20s # Grace period after container starts
23 replies
DDokploy
Created by Tony on 8/2/2024 in #help
Deploy NextJs Issue
No description
119 replies
DDokploy
Created by Tony on 8/2/2024 in #help
Deploy NextJs Issue
Yes is so safe clean all and is not 7-8GB per project
119 replies
DDokploy
Created by Tony on 8/2/2024 in #help
Deploy NextJs Issue
True, more fast
119 replies