edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

Add support for EDGEDB_SERVER_INSECURE_DEV_MODE #31

Closed elprans closed 2 years ago

elprans commented 2 years ago

Wire up EDGEDB_SERVER_INSECURE_DEV_MODE in the entrypoint. Notably, this doesn't use the --insecure-dev-mode server argument and instead implements the implied effects directly to work better with the entrypoint logic.