You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running focalboard in docker and dbconfig is passed as an env variable: FOCALBOARD_DBCONFIG="postgres://${FOCALBOARD_USER}:${FOCALBOARD_PASSWORD}@postgres/${FOCALBOARD_DB}?sslmode=disable&connect_timeout=10"
Full docker-compose.yaml (Also, I've seen in another issue that you seek a postgres docker deployment and I'd be glad to share my project if that would be desirable):
Steps to reproduce the behavior
Run focalboard server with a hostname different from localhost in the postgres connection string, example:
Expected behavior
Normal connection
Edition and Platform
Additional context (optional)
Logs:
I'm running focalboard in docker and dbconfig is passed as an env variable:
FOCALBOARD_DBCONFIG="postgres://${FOCALBOARD_USER}:${FOCALBOARD_PASSWORD}@postgres/${FOCALBOARD_DB}?sslmode=disable&connect_timeout=10"
Full docker-compose.yaml (Also, I've seen in another issue that you seek a postgres docker deployment and I'd be glad to share my project if that would be desirable):
The text was updated successfully, but these errors were encountered: