Replies: 1 comment
-
Looks like an environment variable configuration issue, does docker-compose.yaml exist in a directory with an .env file? |
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
-
The teable db migrate container defined in the standalone docker compose has some issue
I'm trying it out on a coolify instance
I checked the container logs and it shows the following error
2024-05-06T18:52:45.136067796Z DB Migrate Version: 1.0.0-alpha+build.326.sha-a45e9b2
2024-05-06T18:52:46.535797501Z Error: DATABASE_URL PARSE_ERROR
2024-05-06T18:52:46.535867490Z at parseDsn (file:///prisma/scripts/db-migrate.mjs:14:11)
2024-05-06T18:52:46.535873701Z at file:///prisma/scripts/db-migrate.mjs:35:32
From the looks of it, it might be very easy to fix but I cant exactly location where this issue is stemming from
Please help!
@tea-artist
Beta Was this translation helpful? Give feedback.
All reactions