Docker compose not setting env issue #10355
Unanswered
apurvjha123
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
can trying do docker install refencing from https://docs.tooljet.com/docs/contributing-guide/setup/docker/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hey @apurvjha123, Can you please share the server container logs? This will help us debug the issue better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this is the error
postgrest | 13/Jul/2024:22:15:06 +0000: {"code":"PGRST000","details":"connection to server at \"pg-2502b5e6-lakeai-87ad.i.aivencloud.com\" (172.21.0.3), port 20367 failed: Connection refused\n\tIs the server running on that host and accepting TCP/IP connections?\n","hint":null,"message":"Database connection error. Retrying the connection."} postgrest | 13/Jul/2024:22:15:06 +0000: Attempting to reconnect to the database in 16 seconds...when i provide correct value
`# Create .env from this example file and replace values for the environment.
The application expects a separate .env.test for test environment configuration
Get detailed information about each variable here: https://docs.tooljet.com/docs/setup/env-vars
TOOLJET_HOST=http://localhost:80
LOCKBOX_MASTER_KEY=0efc6d0769e13c20dde6cc6250fa40baf3be76aa85a6d50da7a448d0d352bc91
SECRET_KEY_BASE=8e715bb55b43f1be5c2a9b6b15bd80ece619695b2931b4e0b25137833505e95ea4ba5e56b088e5b1dfd0d59c209e4b60300726447c9913d08023ca79b03f0c7f
DATABASE CONFIG
ORM_LOGGING=all
PG_DB=defaultdb
PG_USER=avnadmin
PG_HOST=pg-2502b5e6-lakeai-87ad.i.aivencloud.com
PG_PORT = 20367
PG_PASS=Im putting correct password here# postgres database password
`
Beta Was this translation helpful? Give feedback.
All reactions