Add SurrealDB template #4013
sandros94
started this conversation in
Database Requests
Replies: 2 comments
-
|
this just would be awesome to have it as an official template. I got it working thanks to your PR tho! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, are there any plans to continue this effort of bringing SurrealDB to coolify (out of the box)? |
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.
-
Add a template for SurrealDB (their Github repo)
I'm opening this after canceling of the related PR (#2617).
Mainly because of personal lack in php as well as a dependency for the #3976 feature request that add support for SSL to Databases. This is because SurrealDB should be exposed to the public by default, considering that all its communications evolve around HTTP/RPC endpoints (including those coming from the end-users).
Some of its key features to keep in consideration while adding it (all are controllable both via env variables or via args):
userand apassduring first creation for root.For those who want to use it before this gets implemented you can refer to the original
docker-compose.yamlfrom the PR.Beta Was this translation helpful? Give feedback.
All reactions