Greetings,
Is is possible to configure the configure the Posgres (container) as an independent server and just specify its fully qualified domain to the remaining containers?
I looked at the environment file, databases .txt, and figured that POSTGRES_HOST=, KC_DATABASE_URL= and KPI_DATABASE_URL= could be point at ie <myownpostgres_server>..com,5432 but it didnt work. Had issues with "kpi and kobocat containers listing an error about "configuration broker redis://** "
kobocat Configuration broker redis
2024-08-24 16:47:03 kobocat-1 | - ** ---------- .> transport: redis://:@redis-main.kobo.private:6379/2
2024-08-24 16:47:03 kobocat-1 | - ** ---------- .> results: redis://:@redis-main.kobo.private:6379/2
Thanks