edgedb-docker icon indicating copy to clipboard operation
edgedb-docker copied to clipboard

Official Docker Image packaging for EdgeDB

Results 15 edgedb-docker issues
Sort by recently updated
recently updated
newest added

Docker tag: `3.2` Setup: The EdgeDB docker container connects to a Postgres DNS. Default tenant: ``` EDGEDB_SERVER_BACKEND_DSN="postgre......" EDGEDB_SERVER_USER=someuser EDGEDB_SERVER_PASSWORD=somepassword EDGEDB_SERVER_PORT=21111 EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed EDGEDB_SERVER_ADMIN_UI= enabled ``` Custom tenant: ``` EDGEDB_SERVER_BACKEND_DSN="postgre......" EDGEDB_SERVER_USER=someuser EDGEDB_SERVER_PASSWORD=somepassword...

I started out this issue as a question, but now it's much more an answer to running EdgeDB on K8S. I've seen this is a common issue for other packages...

Motivation for this request right now was that the CLI prompts (warn type message) to upgrade the migration file format, but the container is unable to run those migrations because...

If a user miss spells an environment variable like `EDGEDB_SERVER_USERNAME` instead of `EDGEDB_SERVER_USER` it can be very difficult to figure out why they can't authenticate after the container is running....

# Error Logs ```log Bootstrapping Gel instance on the local volume... /usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found /usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found /usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command...