Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
34 views

Gitea redirection to login page does't work with Traefik reverse proxy

I use Traefik as a reverse proxy and gitea as a git server. I configure my gitea container as described here. It works fine, I can open gitea service with gitea path prefix, clone the repository, etc. ...
Oleksandr's user avatar
-2 votes
1 answer
24 views

Always etting error 404 when trying to enter traefik dashboard

I'm trying to run traefic on my docker, I instaled it, everything work I even have let's encrypt staging certs, but when I'm trying to login to dashboard I'm geting 404 error page not found i'm gona ...
Krystian Ignaczak's user avatar
0 votes
0 answers
36 views

Docker Compose thinks file is directory - Code 0

I'm trying to install traefik on my server using docker compose. I have this code in .yaml file --- # -- (Optional) When using a custom network networks: frontend: external: true services: ...
Krystian Ignaczak's user avatar
0 votes
1 answer
26 views

Public domain app triggers "Not secure or Dangerous"

I deployed this React app as a side project based on this Full Stack FastAPI template using Traefik and docker-compose. I configured Github action on Azure self-hosted VM agent. After deploying using ...
Manrique Vargas's user avatar
0 votes
1 answer
23 views

Traefik Default Certificate being assigned over my LCN Certificate

Treafik version 2.5 Traefik.toml file # Entry Points Configuration [entryPoints] [entryPoints.web] address = ":80" [entryPoints.websecure] address = ":443" [...
Nugget's user avatar
  • 1
0 votes
0 answers
46 views

Bind mongodb replicaset behind Traefik proxy server with TLS

I have mongodb replicaset with Traefik. I configured the mongodb with 3 instances using docker compose (I do understant that is not optimal with all mongo instances in one server - let us skip that ...
Ahmed HAMEED's user avatar
0 votes
0 answers
47 views

Traefik, keycloak forward auth doesn't work on my .Net service

I am for sure doing some things badly, my goal would be to use traefik to forward auth requests to my services with keycloak, with the sample paste bin in my browser it works (it requires keycloak ...
Astro's user avatar
  • 11
0 votes
1 answer
52 views

how to route on private network ip

Using traefik 3 I want to route wg.my-domain.com to wg-easy UI which is listening on port 51821 of the wg-easy service. But I want to only allow so on the private network 10.0.0.0/24. For now I point ...
Stuck's user avatar
  • 12k
0 votes
0 answers
33 views

CORS browser issue: Docker-in-Docker + Fullstack app with Traefik

I am having issues running the tiangolo/full-stack-fastapi-template application via docker compose from inside of a devcontainer. When I run docker compose up from my host OS, everything works just ...
errolflynn's user avatar
0 votes
0 answers
23 views

Traefik Let's Encrypt Configuration Conflict with Failover and Weighted Load Balancing

I'm having trouble getting both Let's Encrypt TLS and my custom failover and weighted load balancing configurations to work simultaneously with Traefik. Problem Description: When I add the Host rule ...
Elazar's user avatar
  • 334
0 votes
0 answers
52 views

Why can't Docker find a port when using a macvlan network

I am running OMV (openmediavault v7.0) as a NAS and my Docker host. I am trying to bring up a Traefik instance in a Docker container (non-swarm) using a macvlan network. Compose works all the way ...
JStevens's user avatar
  • 2,122
0 votes
0 answers
31 views

Trying to communicate between services through traefik dns

I've been trying to build a concrete portfolio project to learn about industry tools and new concepts in programming and I decided I was going to do it in a micro-services architecture. I'm trying to ...
BAXYCoding's user avatar
0 votes
1 answer
47 views

Configure Docker, Traefik and Bitnami Magento2 for SSL / letsencrypt / certbot

I am trying to configure bitnami's docker implementation of Magento from GitHub to run with Traefik. I have these two files: docker-compose.yml # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-...
I.T. Navigate's user avatar
0 votes
1 answer
129 views

Traefik with service in separate docker-compose file stops working when using multiple networks

As a relative docker and Traefik novice, I am trying to get Traefik with multiple services in separate docker-compose files running. For illustration purposes, the first service A is a simple web ...
user1211286's user avatar
0 votes
0 answers
173 views

Jitsi Meet Docker Compose Setup with Traefik: WSS Websocket-Error

I am using Traefik with entrypoints (a treafik docker container running) to route “sub.mydomain.com” (https://sub.mydomain.com/) to my jitsi running dockers. The 4 jitsi standard docker containers are ...
Rainer's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
34