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

Official Docker Image packaging for EdgeDB

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

Start an instance on macOS with data persistence: ```console $ docker run --rm -e EDGEDB_SERVER_PASSWORD=xxx -e EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed -v /path/to/data:/var/lib/edgedb/data edgedb/edgedb ``` Wait for a couple of minutes and logs will...

enhancement

Hi, I'm looking forward to install EdgeDB on Raspberry Pi (model 3); using Raspberry distrib (32 bit). - EdgeDB is not available in Raspbian - Docker is the next installation...

enhancement

I'm using edgedb docker image in GitHub Actions. It's been about two months since I ran my test in CI. Now they are failing with the following error: ``` edgedb.errors.InterfaceError:...

Do you plan to add tags like "1.1", "1.3", etc.? If there are any, I could not find them between all the nightly and beta tags of which there must...

I've tried to follow the instructions but hit the following error at the second stage (under [how to use this image](https://github.com/edgedb/edgedb-docker#how-to-use-this-image)). ```sh $ docker run -it --rm --link=edgedb -e EDGEDB_SERVER_PASSWORD=secret...

As per the [readme](https://github.com/edgedb/edgedb-docker/blob/802f16748ddf5748affce9e34702142242ebe8cd/README.md#edgedb_server_generate_self_signed_cert). `EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed` yielded an error for me.

While starting a new project I decide to use this database as I quiet like the idea and the features you added on top of postgreSQL. I try using your...

This is my docker-compose.yml file: ```yaml version: "3.9" # optional since v1.27.0 services: edgedb: image: edgedb/edgedb:nightly environment: - EDGEDB_PASSWORD=edgedb ``` When I run `docker compose up`, I get this output:...

When trying to get edgedb working on render I ran into issues with the kill command usage in this dockerfile. Render seems to not allow using the kill command when...

Presently (2024-03-06) the "base" image is based on debian version 10 / buster which is end of life and within about 5 months) going to be end of long-term support....