Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
36 views

I’m having a problem and I can’t find a solution. I have deployed a Django backend and a React frontend using Docker. I’m using Traefik as a reverse proxy for the web server. When I start Traefik, the ...
Mario Petkovski's user avatar
0 votes
0 answers
21 views

I'm running Traefik on a Raspberry Pi 5 with the following docker-compose.yml configuration: networks: frontend: name: frontend volumes: traefik_acme: name: traefik_acme services: ...
mstrey's user avatar
  • 9
0 votes
1 answer
41 views

I want to use HostRegex to forward all matching subdomains to a specific location. This is my dynamic config http: routers: my-router: entryPoints: - web - webSecure rule:...
Pascal's user avatar
  • 2,174
0 votes
1 answer
83 views

I'm trying to deploy a php app hosted on a github repo to a VPS (Ubuntu) using github actions but the final steps where the actions are done on the VPS require using the github repository secrets , ...
Dev T's user avatar
  • 1
-1 votes
2 answers
286 views

I've configured Traefik within a Kubernetes (k8s) cluster as the ingress. However, I have some legacy containers that are being exposed that don't behave as well as one would want from a modern ...
ciaranj's user avatar
  • 554
0 votes
2 answers
76 views

I want to configure Traefik to listen on port 80 and then proxy the traffic to my services which are located in docker containers. I don't want to use docker labels, but a single YAML configuration to ...
Mahdi's user avatar
  • 365
0 votes
1 answer
104 views

I run traefik on a local machine. The dashboard works, but I can't access to my application. I always get HTTP 404 when I try to send a request to the application. I run everything on one local ...
AlTheOne's user avatar
  • 105
0 votes
0 answers
156 views

I am working with docker-compose to spin up Traefik and Cloudflared. However, I keep having an issue with being unable to send traffic through Traefik. But when I set up the DNS in the Cloudflare ...
Tim Pierce's user avatar
1 vote
0 answers
140 views

I have a server where I deploy my services using docker-compose, among the services I have, traefik, keycloak and a WebApp. The expected operation: The app that uses OpenIdConnect for the ...
Martin Solari Vargas's user avatar
1 vote
2 answers
3k views

I want to use Coolify with CloudFlare Tunnels, so all my apps will be public using https domains, e.g. https://test.mydomain.com I followed the steps mentioned in docs in order to have a tunnel & ...
johnykes's user avatar
  • 2,055
0 votes
1 answer
177 views

I’ve been struggling to deploy my Expo web app on Coolify for some time now. The app works perfectly on Safari and some mobile browsers, but it fails to load on Chrome in production. Here’s a quick ...
Viktor Pesic's user avatar
0 votes
1 answer
431 views

I used Dokploy to deploy a ghost blog instance with docker compose and traefik (reverse proxy). I have a problem accessing a ghost blog deployment from my browser: giving Bad Gateway error. If I use ...
Shah-G's user avatar
  • 662
0 votes
1 answer
168 views

I am trying to create a FastAPI app, where I use Traefik to redirect a different URL to the API. I am putting everything in a Docker environment. Question: I'm trying to set up a FastAPI app with ...
Rens's user avatar
  • 1
0 votes
0 answers
24 views

I would like to find out if it is possible to make requests to the api from the front end app using internal network. Setup: I have two containers on the Linux web server. One is react app hosted in ...
Jakub's user avatar
  • 33
0 votes
1 answer
229 views

I’m trying to configure Traefik using Docker Compose for both local and external access through Cloudflare (with the proxy enabled). This configuration works well, but it seems redundant to have ...
Kleiton Moraes's user avatar
0 votes
1 answer
496 views

I have a basic docker compose file with two services: traefik and nginx services: traefik: image: traefik:v3.2 command: # - "--api.debug=true" - "--log.level=DEBUG&...
leonixyz's user avatar
  • 1,192
0 votes
1 answer
244 views

I have a portainer and traefik infrastructure on an ionos VPS. Suddenly overnight it broke. I can't access any dashboard or service on the server. Investigating further led me to believe it probably ...
Timo Angst's user avatar
0 votes
0 answers
61 views

I am trying to make a website use https via traefik, but since I added traefik I get a 404 and it is still not https. If I change the view component to expose and use port 80, it does render, but of ...
Mike3355's user avatar
  • 12.2k
0 votes
1 answer
427 views

I am using Podman on Windows (https://github.com/containers/podman/blob/main/docs/tutorials/podman-for-windows.md) together with podman-compose (https://github.com/containers/podman-compose?tab=readme-...
KilledByCheese's user avatar
1 vote
1 answer
735 views

I fail to protect the Traefik v3 dashboard using basic auth, this is what I tried: reverse-proxy: # official v3 traefik docker image image: traefik:v3.1 # enables web UI and tells ...
me.at.coding's user avatar
  • 18.5k
0 votes
2 answers
272 views

I have a traefik setup in an EKS cluster (helm values): ingressClass: enabled: true isDefaultClass: true name: "${ingress_class}" ingressRoute: dashboard: enabled: ...
Zu Jiry's user avatar
  • 325
1 vote
0 answers
65 views

I'm encountering a conflict between RabbitMQ's authentication and Traefik's Basic Auth. After successfully passing Traefik's Basic Auth, I log in to RabbitMQ, but then Traefik prompts for Basic Auth ...
System Life's user avatar
2 votes
0 answers
44 views

I'm working on a custom middleware for traefik that serves as a base for other sub-middlewares. Each sub-middleware implements an interface and has its own config structure. Here's an outline of my ...
longvanren's user avatar
0 votes
1 answer
168 views

I'm looking to upgrade our current laravel app, by using FrankenPHP to give it a performance boost. But I'm having issues when I try to deploy to our staging environment, so I'm trying to clone that ...
Eman's user avatar
  • 1,357
0 votes
1 answer
380 views

I am trying to deploy OpenSearch behind a reverse proxy (Traefik). And I am using docker and docker-compose for this purpose. I have had success with OpenSearch Dashboards. Therefore I feel that I am ...
King Midas's user avatar
  • 1,749

1
2 3 4 5
46