ci: central services images veröffentlichen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 33s
Build and Push Docker Images / build-frontend (push) Successful in 18s
Build and Push Docker Images / build-website (push) Successful in 16s
Build and Push Docker Images / build-central-services-api (push) Successful in 38s
Build and Push Docker Images / build-central-services-admin (push) Successful in 1m0s
Build and Push Docker Images / build-docs (push) Successful in 17s

This commit is contained in:
2026-08-02 17:23:30 +02:00
parent 3755b4136a
commit 28c5e8511f
5 changed files with 80 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ CENTRAL_API_DOMAIN=services.fedeo.de
CENTRAL_ADMIN_DOMAIN=services-admin.fedeo.de
CONTACT_EMAIL=admin@example.com
POSTGRES_PASSWORD=change-me-postgres-password
FEDEO_CENTRAL_TAG=dev
DATABASE_URL=postgres://fedeo_push:fedeo_push@localhost:5442/fedeo_push
API_HOST=0.0.0.0
API_PORT=4020