R
Railway9mo ago
Atrox

Working with EdgeDB

Curious if anyone has deployed EdgeDB on Railway. Looking at the docs, there is a Docker container but the idea way to use EdgeDB is with their server CLI tool.
3 Replies
Percy
Percy9mo ago
Project ID: N/A
Atrox
Atrox9mo ago
N/A
Brody
Brody9mo ago
i got it working using their docker container.. with EDGEDB_SERVER_SECURITY=insecure_dev_mode so i dont really plan on making a template out of this, that and the fact that it uses just under 4gb of ram (its incorrectly detecting the 32gb of ram railways box has)
+---------------------------+--------------------------------+----------+---------+-------+-------------+
| ENV | Host | Scheme | Status | Error | Duration |
+---------------------------+--------------------------------+----------+---------+-------+-------------+
| EDGEDB_SERVER_PRIVATE_URL | edgedb.railway.internal | edgedb | Success | N/A | 32.555195ms |
| EDGEDB_SERVER_URL | viaduct.proxy.rlwy.net | edgedb | Success | N/A | 77.814271ms |
+---------------------------+--------------------------------+----------+---------+-------+-------------+
+---------------------------+--------------------------------+----------+---------+-------+-------------+
| ENV | Host | Scheme | Status | Error | Duration |
+---------------------------+--------------------------------+----------+---------+-------+-------------+
| EDGEDB_SERVER_PRIVATE_URL | edgedb.railway.internal | edgedb | Success | N/A | 32.555195ms |
| EDGEDB_SERVER_URL | viaduct.proxy.rlwy.net | edgedb | Success | N/A | 77.814271ms |
+---------------------------+--------------------------------+----------+---------+-------+-------------+