mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
Supabase template fails running #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheMikeyRoss on GitHub (Mar 12, 2025).
To Reproduce
Current vs. Expected behavior
it should pull all the images and run normally, instead im getting this in the logs:
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Yes
@DCodeProg commented on GitHub (Mar 12, 2025):
I have the same issue since v0.20.0. The vector container logs are :
@DCodeProg commented on GitHub (Mar 12, 2025):
It seems to be an issue with the template volumes setup
@merlionme commented on GitHub (Mar 12, 2025):
Can confirm the same error is occurring
Ubuntu 24.04
Dokploy 0.20.2
@Siumauricio commented on GitHub (Mar 13, 2025):
Templates are being managed in https://github.com/Dokploy/templates, so we can move this issue for now
@DCodeProg commented on GitHub (Mar 14, 2025):
@Siumauricio But it seams to be more an issue with volume mounting than an issue with the supabase template
@hkdahal commented on GitHub (Mar 14, 2025):
Seems like the version in the template is the issue with the docker. I removed it, and it got past that error but I am getting "dependency failed to start" error, but version error went away.
Reference: https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313/2
@Lkhagvadelger commented on GitHub (Mar 15, 2025):
I am having same error.
But 7 days ago I installed Supabase on Coolify using Coolify template and its working as expected.
Today I tried to use on Dokploy on another Ubuntu server and tried to install Supabase using Dokploy template. But getting this error and cant go further.
@CarlosBranty commented on GitHub (Mar 15, 2025):
some one got any solution :D?
@Siumauricio commented on GitHub (Mar 15, 2025):
Issue is already fixed @CarlosBranty
@Lkhagvadelger commented on GitHub (Mar 16, 2025):
I am new with Dokploy. How can i get this update on my current installed version of Dokploy?
@Siumauricio commented on GitHub (Mar 16, 2025):
@Lkhagvadelger Just create a new supabase application and that should work
@arladmin commented on GitHub (Mar 16, 2025):
@Siumauricio
Sorry, but did you try creating & deploying one (just Create > no modifications > Deploy), since the update?
PS: there appear to be several pending issues (
WARN,ERROR), in the logs of each of the containers, and the main page not being accessible at all:supabase-db:supabase-kong:@Siumauricio commented on GitHub (Mar 16, 2025):
Yes, I created a clean supabase template and is working for me
@arladmin commented on GitHub (Mar 16, 2025):
@Siumauricio These logs are the same in my case as well.
Yet, the above issues also persist.
@Siumauricio commented on GitHub (Mar 16, 2025):
Can you show the domains @arladmin ?
@arladmin commented on GitHub (Mar 16, 2025):
@Siumauricio
There's just one automatically deployed domain:
@arladmin commented on GitHub (Mar 27, 2025):
@Siumauricio Is there no fix for this issue?
@DCodeProg commented on GitHub (Mar 27, 2025):
This issue seams to be fixed. It work for me
@arladmin commented on GitHub (Mar 27, 2025):
@DCodeProg
Well, any recommendation on how to diagnose the root cause?
@sirtrade commented on GitHub (Apr 25, 2025):
Have same problem. Any solution?
@fdciabdul commented on GitHub (Jun 5, 2025):
have problem with storage
@cammurray commented on GitHub (Jun 15, 2025):
Same issue with a brand new supabase as per the documentation. This issue isn't fixed.
@sebasegura97 commented on GitHub (Jul 7, 2025):
Same issue with a fresh new install of supabase in dokploy, the service is not accesible
@fdciabdul commented on GitHub (Jul 9, 2025):
the solution is just fork the supabase repo, and run the compose .. the template from dokploy is not working
@samiralavi commented on GitHub (Nov 15, 2025):
I have updated the template for Supabase in this PR: https://github.com/Dokploy/templates/pull/537
Please check. Currently, I am hitting a Docker version incompatibility issue on my VPS.