Hello guys, Iām trying to install Discourse behind Traefik which is used as reverse proxy,
The problem is that when creating the container I need to specify some parameters such as:
labels:
- traefik.backend=discourse <== this must be the service name I do not know which one is the default, i think is "app"?
- traefik.frontend.rule=Host:meta.mydomain.org
- traefik.docker.network=web
- traefik.port=80
networks:
- web
I tried to insert these parameters in the app.yml file but when I run "./launcher rebuild app " I get error āinvalid reference format: repository name must be lowercaseā
Iām sorry, but Iām not a real docker and discourse expert, so if you can kindly help me Iād appreciate it.
I think. You can also add them in a new section in the app.yml file, but Iām not sure of the syntax (look at samples/web_only.yml, thereās a commented out docker_args section).
Edit: just re-read the docs and I see what you say about a labels section. I wonder why that doesnāt work