fix: Add port metadata and Coolify magic to generate the domain

This commit is contained in:
Jere Salonen
2024-04-23 20:08:08 +02:00
parent 7caf709413
commit 03d347f082

View File

@@ -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