Some checks failed
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, gateway, api-gateway) (push) Successful in 8m59s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Failing after 13m20s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Failing after 36m10s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 13m9s
24 lines
463 B
YAML
24 lines
463 B
YAML
name: "${PROJECT_NAME:-meldestelle}"
|
|
|
|
include:
|
|
- dc-infra.yaml
|
|
- dc-backend.yaml
|
|
- dc-gui.yaml
|
|
- dc-ops.yaml
|
|
|
|
# Globale Definitionen, falls nötig (meistens reichen die in den Teil-Dateien,
|
|
# da Docker Compose sie merged. Aber explizite Definition schadet nicht für Übersicht)
|
|
networks:
|
|
meldestelle-network:
|
|
driver: bridge
|
|
|
|
volumes:
|
|
postgres-data:
|
|
pgadmin-data:
|
|
redis-data:
|
|
prometheus-data:
|
|
grafana-data:
|
|
mailpit-data:
|
|
|
|
# valkey-data
|