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