Problems getting this running behind Gluetun #817
-
I want to set this up behind gluetun and I can't get it working. I've tried everything, i'm completely lost I'm running everything in docker, and using postgres. Here's the dockercompose for the speedtest tracker:
Whenever I try to run the stack, I get the following error in the speedtest-tracker container:
I'm at a loss here. I've tried everything I can think of; I KNOW that localhost is working with the gluetun network_mode, because other services being run inside that exact same network are communicating with each other just fine via localhost. I've tried changing the db port. ALL of the variables, for that matter. I've done everything logical and figure I should bring it up here. Any ideas? Also, as a side note, I keep noticing that the database container keeps changing the ownership of the database folder I specified to systemd-coredump. I'm starting to wonder if this has something to do with that, it's really weird. It's set to use user 1000, which is not what it keeps changing the ownership to... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For some reason, removing the PUID and PGID from the DB container caused this to stop happening, and now it seems everything works fine. Very weird, IDK why that was the issue. But I'll close this now. |
Beta Was this translation helpful? Give feedback.
For some reason, removing the PUID and PGID from the DB container caused this to stop happening, and now it seems everything works fine. Very weird, IDK why that was the issue. But I'll close this now.