afunworm
How to use Dokploy's Traefik for Reverse Proxy Only?
I have an app that is already running at 127.0.0.1:8888.
How do I deploy an application that does nothing except forwarding all requests from example.com to 127.0.0.1:8888?
What I did so far:
1. Create an application.
2. Create a domain for that application.
3. Go inside Traefik File System > Dynamic > example-e4e1ia.yml and make the following changes:
4. I go inside the Application again and click "Deploy".
This is what is shown in the deployment tab:
And this is what is shown in the log tab:
10 replies
How to stop Dokploy Docker Compose (raw) from adding random string to my volume name?
I have a docker compose with this volume:
However, when I build and deploy and inspect the container, the volume name becomes:
test_data-project-name-gibberish
. Even in the Preview Docker Compose, the name of the volume is changed.
What should I do to make Dokploy respect the volume in my raw Docker Compose?3 replies