Add SurrealDB template #4013
sandros94
started this conversation in
Database Requests
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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):
user
and apass
during first creation for root.For those who want to use it before this gets implemented you can refer to the original
docker-compose.yaml
from the PR.Beta Was this translation helpful? Give feedback.
All reactions