FQDN auf Coolify-Domain angleichen
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Schlanke Self-Host-Variante von AppFlowy Cloud fuer Coolify/Traefik auf dem CX33.
|
Schlanke Self-Host-Variante von AppFlowy Cloud fuer Coolify/Traefik auf dem CX33.
|
||||||
- Ohne `ai` + `appflowy_search` (Ressourcen sparen). Mem-Limits ~2.3 GB.
|
- Ohne `ai` + `appflowy_search` (Ressourcen sparen). Mem-Limits ~2.3 GB.
|
||||||
- nginx laeuft hinter Coolify-Traefik (keine Host-Ports), im `coolify`-Netz.
|
- nginx laeuft hinter Coolify-Traefik (keine Host-Ports), im `coolify`-Netz.
|
||||||
- FQDN: appflowy.46.224.49.66.sslip.io
|
- FQDN: o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io
|
||||||
- Login-Mails: AUTOCONFIRM=true (kein Pflicht-SMTP fuer den Test; Registrierung mit E-Mail+Passwort direkt moeglich).
|
- Login-Mails: AUTOCONFIRM=true (kein Pflicht-SMTP fuer den Test; Registrierung mit E-Mail+Passwort direkt moeglich).
|
||||||
|
|
||||||
Bei Bedarf spaeter: `ai`/`search` ergaenzen, eigener Server, echtes SMTP, OIDC via Forgejo.
|
Bei Bedarf spaeter: `ai`/`search` ergaenzen, eigener Server, echtes SMTP, OIDC via Forgejo.
|
||||||
|
|||||||
+8
-8
@@ -28,7 +28,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
mem_limit: 256m
|
mem_limit: 256m
|
||||||
environment:
|
environment:
|
||||||
- MINIO_BROWSER_REDIRECT_URL=https://appflowy.46.224.49.66.sslip.io/minio
|
- MINIO_BROWSER_REDIRECT_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io/minio
|
||||||
- MINIO_ROOT_USER=${MINIO_KEY}
|
- MINIO_ROOT_USER=${MINIO_KEY}
|
||||||
- MINIO_ROOT_PASSWORD=${MINIO_SECRET}
|
- MINIO_ROOT_PASSWORD=${MINIO_SECRET}
|
||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- GOTRUE_JWT_EXP=604800
|
- GOTRUE_JWT_EXP=604800
|
||||||
- GOTRUE_JWT_ADMIN_GROUP_NAME=supabase_admin
|
- GOTRUE_JWT_ADMIN_GROUP_NAME=supabase_admin
|
||||||
- GOTRUE_DB_DRIVER=postgres
|
- GOTRUE_DB_DRIVER=postgres
|
||||||
- API_EXTERNAL_URL=https://appflowy.46.224.49.66.sslip.io/gotrue
|
- API_EXTERNAL_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io/gotrue
|
||||||
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres?search_path=auth
|
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres?search_path=auth
|
||||||
- PORT=9999
|
- PORT=9999
|
||||||
- GOTRUE_MAILER_URLPATHS_CONFIRMATION=/gotrue/verify
|
- GOTRUE_MAILER_URLPATHS_CONFIRMATION=/gotrue/verify
|
||||||
@@ -89,11 +89,11 @@ services:
|
|||||||
- APPFLOWY_S3_ACCESS_KEY=${MINIO_KEY}
|
- APPFLOWY_S3_ACCESS_KEY=${MINIO_KEY}
|
||||||
- APPFLOWY_S3_SECRET_KEY=${MINIO_SECRET}
|
- APPFLOWY_S3_SECRET_KEY=${MINIO_SECRET}
|
||||||
- APPFLOWY_S3_BUCKET=appflowy
|
- APPFLOWY_S3_BUCKET=appflowy
|
||||||
- APPFLOWY_S3_PRESIGNED_URL_ENDPOINT=https://appflowy.46.224.49.66.sslip.io/minio-api
|
- APPFLOWY_S3_PRESIGNED_URL_ENDPOINT=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io/minio-api
|
||||||
- APPFLOWY_ACCESS_CONTROL=true
|
- APPFLOWY_ACCESS_CONTROL=true
|
||||||
- APPFLOWY_DATABASE_MAX_CONNECTIONS=20
|
- APPFLOWY_DATABASE_MAX_CONNECTIONS=20
|
||||||
- APPFLOWY_WEB_URL=https://appflowy.46.224.49.66.sslip.io
|
- APPFLOWY_WEB_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io
|
||||||
- APPFLOWY_BASE_URL=https://appflowy.46.224.49.66.sslip.io
|
- APPFLOWY_BASE_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io
|
||||||
- AI_ENABLED=false
|
- AI_ENABLED=false
|
||||||
- APPFLOWY_SEARCH_SERVICE_URL=
|
- APPFLOWY_SEARCH_SERVICE_URL=
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -142,9 +142,9 @@ services:
|
|||||||
appflowy_cloud:
|
appflowy_cloud:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- APPFLOWY_BASE_URL=https://appflowy.46.224.49.66.sslip.io
|
- APPFLOWY_BASE_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io
|
||||||
- APPFLOWY_GOTRUE_BASE_URL=https://appflowy.46.224.49.66.sslip.io/gotrue
|
- APPFLOWY_GOTRUE_BASE_URL=https://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io/gotrue
|
||||||
- APPFLOWY_WS_BASE_URL=wss://appflowy.46.224.49.66.sslip.io/ws/v2
|
- APPFLOWY_WS_BASE_URL=wss://o14i2dg0el8grbbbcm1u20u1.46.224.49.66.sslip.io/ws/v2
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user