fix: Add port metadata and Coolify magic to generate the domain
This commit is contained in:
parent
7caf709413
commit
03d347f082
1 changed files with 2 additions and 0 deletions
|
|
@ -2,11 +2,13 @@
|
||||||
# slogan: An open-source database designed as a spiritual successor to SQL and the relational paradigm. Powered by the Postgres query engine under the hood.
|
# slogan: An open-source database designed as a spiritual successor to SQL and the relational paradigm. Powered by the Postgres query engine under the hood.
|
||||||
# tags: db database sql
|
# tags: db database sql
|
||||||
# logo: svgs/edgedb.svg
|
# logo: svgs/edgedb.svg
|
||||||
|
# port: 5656
|
||||||
|
|
||||||
services:
|
services:
|
||||||
edgedb:
|
edgedb:
|
||||||
image: edgedb/edgedb
|
image: edgedb/edgedb
|
||||||
environment:
|
environment:
|
||||||
|
- SERVICE_FQDN_EDGEDB
|
||||||
- EDGEDB_SERVER_ADMIN_UI=${EDGEDB_SERVER_ADMIN_UI:-enabled}
|
- EDGEDB_SERVER_ADMIN_UI=${EDGEDB_SERVER_ADMIN_UI:-enabled}
|
||||||
- EDGEDB_SERVER_BACKEND_DSN=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB
|
- EDGEDB_SERVER_BACKEND_DSN=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB
|
||||||
- EDGEDB_SERVER_SECURITY=strict
|
- EDGEDB_SERVER_SECURITY=strict
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue