Can anyone help with converting traefik part of docker-compose deployment of gitea?

I'm trying to use the files from this blog post How to Install Gitea Self-hosted Git Service using Docker on Ubuntu 18.04 that references latest tag of traefik but just restarts continuously because it referenced a pre-v2 version of traefik when written. Can anyone help update the yml and toml files for v2?

Thanks,
Ed Evans

Hello and welcome! The latest traefik documentation is found here, and the 1-to-2 migration tips are here. I would suggest first familiarising yourself with overall traefik concepts, such as static vs dynamic configuration, providers, routers services and, if relevant middleware. All this is described in the official documentation. Once you are comfortable with that you can start converting the configurations from the old format to the new one.

I you have any specific issues or questions, please do not hesitate to come back!

Good luck!