redirecting an app installed with portainer
Hi, I'm new to runtipi. I would like to install applications not present in the catalog, like linkding. I succeeded with portainer, but I'd like to redirect the app to a subdomain. I don't know what to do: use traefik? Install nginx proxy manager?
7 Replies
precision, I'm a newbie with runtipi.
Hello, you basically just need to copy the traefik labels and add the container to the runtipi network
I am on mobile now so I can't share the entire compose
I will send you the changes in a bit
Thanks Stravos for your help
Alright so
You need to add in the end of your compose file
Then add your container to the network
and finally add the labels
follow the instructions in the comments
If I understand : the first and the third in the linkding docker compose in portainer ? And the second ? (networks:
- tipi_main_network), where do I put it ?
The networks thing in the end of your compose file
Not inside the service
The second networks code block goes inside your service as well as the labels
Thanks, I'll try
thanks Stravos, it works