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.