Comment on Need some help setting up gethomepage in my server
spirinolas@lemmy.world 2 weeks agoThey are both a docker-compose on the same machine.
Comment on Need some help setting up gethomepage in my server
spirinolas@lemmy.world 2 weeks agoThey are both a docker-compose on the same machine.
silmarine@discuss.tchncs.de 2 weeks ago
Then you should be able to do like I said and it might solve whatever is happening. I also have both homepage and paperless in the same docker-compose file. If you set the container name for each container then you can just reference that in homepage widgets. For example here is my homepage and paperless:
so both have
conatiner_name
set to the same string as the service name. And in my homepage widgets I just use the container name in the URL, example:This only works if they are in the same docker network. If you don’t explicitly set the network for the containers and they are in the same compose file then they should be in the same network.