feat: central services mit traefik deployen

This commit is contained in:
2026-08-02 17:21:20 +02:00
parent 8b8e0c97d3
commit 3755b4136a
5 changed files with 181 additions and 22 deletions

View File

@@ -1,10 +1,14 @@
NODE_ENV=development
CENTRAL_API_DOMAIN=services.fedeo.de
CENTRAL_ADMIN_DOMAIN=services-admin.fedeo.de
CONTACT_EMAIL=admin@example.com
POSTGRES_PASSWORD=change-me-postgres-password
DATABASE_URL=postgres://fedeo_push:fedeo_push@localhost:5442/fedeo_push
API_HOST=0.0.0.0
API_PORT=4020
ADMIN_TOKEN=change-me-admin-token
PUSH_SECRET_ENCRYPTION_KEY=change-me-32-byte-minimum-secret
PUBLIC_BASE_URL=http://localhost:4020
PUBLIC_BASE_URL=https://services.fedeo.de
WEB_PUSH_PUBLIC_KEY=
WEB_PUSH_PRIVATE_KEY=
IOS_BUNDLE_ID=software.federspiel.fedeo
@@ -22,5 +26,5 @@ OPENAI_BASE_URL=https://api.openai.com/v1
GOCARDLESS_BASE_URL=https://bankaccountdata.gocardless.com/api/v2
GOCARDLESS_SECRET_ID=
GOCARDLESS_SECRET_KEY=
NUXT_PUBLIC_API_BASE=http://localhost:4020
NUXT_PUBLIC_API_BASE=https://services.fedeo.de
NUXT_ADMIN_TOKEN=change-me-admin-token