Supabase - supavisor missing #10

Closed
opened 2025-11-22 20:29:11 -06:00 by GiteaMirror · 10 comments
Owner

Originally created by @davidbonachera on GitHub (Mar 19, 2025).

Hello it seems like there's an issue on supabase and we are missing one container which is the supavisor:

https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml

I'll try to make it works myself and see if i can update the template

Originally created by @davidbonachera on GitHub (Mar 19, 2025). Hello it seems like there's an issue on supabase and we are missing one container which is the supavisor: https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml I'll try to make it works myself and see if i can update the template
Author
Owner

@malko commented on GitHub (Mar 24, 2025):

@davidbonachera did you make any progress? Open to help if you want, i can test or experiment on my local instance if you want.

@malko commented on GitHub (Mar 24, 2025): @davidbonachera did you make any progress? Open to help if you want, i can test or experiment on my local instance if you want.
Author
Owner

@djin-lucas commented on GitHub (Mar 25, 2025):

I will perform an update of the template and will probably add a supavisor

https://github.com/Dokploy/templates/pull/28

@djin-lucas commented on GitHub (Mar 25, 2025): I will perform an update of the template and will probably add a supavisor https://github.com/Dokploy/templates/pull/28
Author
Owner

@davidbonachera commented on GitHub (Mar 25, 2025):

didn't had time since last week sorry. thanks @djin-lucas !

@davidbonachera commented on GitHub (Mar 25, 2025): didn't had time since last week sorry. thanks @djin-lucas !
Author
Owner

@malko commented on GitHub (Mar 26, 2025):

Proposed a PR with the latest version with supavisor included #40 you can test it there: https://malko-latest-supabase.templates-70k.pages.dev/

@malko commented on GitHub (Mar 26, 2025): Proposed a PR with the latest version with supavisor included #40 you can test it there: https://malko-latest-supabase.templates-70k.pages.dev/
Author
Owner

@davidbonachera commented on GitHub (Mar 30, 2025):

Proposed a PR with the latest version with supavisor included #40 you can test it there: https://malko-latest-supabase.templates-70k.pages.dev/

I've been trying to use your URL as a base URL when creating a service from template, and I can find your version : 1.25.02#7709e8d

But once I hit create i'm getting and error, not sure if i should test that way.

[
    {
        "error": {
            "json": {
                "message": "Expected \"#\", \"'\", \"[\", \"\\\"\", \"\\n\", \"\\r\", [ \\t], [A-Za-z0-9_\\-] or end of input but \"<\" found.",
                "code": -32603,
                "data": {
                    "code": "INTERNAL_SERVER_ERROR",
                    "httpStatus": 500,
                    "path": "compose.deployTemplate",
                    "zodError": null
                }
            }
        }
    }
]
@davidbonachera commented on GitHub (Mar 30, 2025): > Proposed a PR with the latest version with supavisor included [#40](https://github.com/Dokploy/templates/pull/40) you can test it there: https://malko-latest-supabase.templates-70k.pages.dev/ I've been trying to use your URL as a base URL when creating a service from template, and I can find your version : 1.25.02#7709e8d But once I hit create i'm getting and error, not sure if i should test that way. ```json [ { "error": { "json": { "message": "Expected \"#\", \"'\", \"[\", \"\\\"\", \"\\n\", \"\\r\", [ \\t], [A-Za-z0-9_\\-] or end of input but \"<\" found.", "code": -32603, "data": { "code": "INTERNAL_SERVER_ERROR", "httpStatus": 500, "path": "compose.deployTemplate", "zodError": null } } } } ] ```
Author
Owner

@malko commented on GitHub (Apr 1, 2025):

@davidbonachera sorry to hear that, don't know why you get that error, anyway i miss time for now to push forward my investigations to make this proposal work properly. For now i still can't get the mails to be send and there's also an issue related to missing logs

@malko commented on GitHub (Apr 1, 2025): @davidbonachera sorry to hear that, don't know why you get that error, anyway i miss time for now to push forward my investigations to make this proposal work properly. For now i still can't get the mails to be send and there's also an issue related to missing logs
Author
Owner

@malko commented on GitHub (Apr 13, 2025):

@davidbonachera here's a new attempt for latest supabase version #76 can you try and see if the problem still persist for you ?

@malko commented on GitHub (Apr 13, 2025): @davidbonachera here's a new attempt for latest supabase version #76 can you try and see if the problem still persist for you ?
Author
Owner

@davidbonachera commented on GitHub (Apr 22, 2025):

@davidbonachera here's a new attempt for latest supabase version #76 can you try and see if the problem still persist for you ?

Just tried with the new url: https://malko-supabase-1-25-03.templates-70k.pages.dev/ and it worked, template downloaded and deployed properly.

Thanks a lot !

@davidbonachera commented on GitHub (Apr 22, 2025): > [@davidbonachera](https://github.com/davidbonachera) here's a new attempt for latest supabase version [#76](https://github.com/Dokploy/templates/pull/76) can you try and see if the problem still persist for you ? Just tried with the new url: https://malko-supabase-1-25-03.templates-70k.pages.dev/ and it worked, template downloaded and deployed properly. Thanks a lot !
Author
Owner

@Jcaster99 commented on GitHub (May 18, 2025):

@malko i am test with latest dokploy v0.22.5 does not work
error:
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
Container supabase-e755-analytics Error
dependency failed to start: container supabase-e755-analytics is unhealthy
Error: Docker command failed

@Jcaster99 commented on GitHub (May 18, 2025): @malko i am test with latest dokploy v0.22.5 does not work error: Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error Container supabase-e755-analytics Error dependency failed to start: container supabase-e755-analytics is unhealthy Error: ❌ Docker command failed
Author
Owner

@malko commented on GitHub (May 18, 2025):

@Jcaster99 can you show your environment file (without the secrets)

@malko commented on GitHub (May 18, 2025): @Jcaster99 can you show your environment file (without the secrets)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#10