Frontend error 404. using docker-compose

The API works fine and is accessible on /api/v1/info. However the frontend just returns 404. Docker-compose works fine and doesn’t return any errors, but traefik doesn’t detect the frontend service. Is there something in my docker-compose that wourld cause this?
my docker-compose
traefik only listing the api service

Does the 404 come from the frontend container (would be an nginx error in that case + show up in the logs of the frontend container)?

Does the frontend container show up as a service in the traefik dashboard?

I realised after that there was a typo in one of the traefik labels.

2 Likes