Files
filezzy-staging/docker/docker-compose.coolify.yml
2026-02-04 14:16:04 +01:00

18 lines
858 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================================================
# Coolify: single entrypoint for the full staging stack
# =============================================================================
# Use this file as "Docker Compose Location" in Coolify (Build Pack: Docker Compose).
# Base Directory in Coolify: docker (so context for builds is repo root).
# Includes all staging compose files (no docker-compose.dev.yml).
# Set all env vars in Coolify UI (Environment Variables) same as .env.staging.
# =============================================================================
include:
- docker-compose.yml
- docker-compose.staging-standalone.yml
- docker-compose.staging.yml
- docker-compose.staging-prod-frontend.yml
- docker-compose.staging-prod-api.yml
- docker-compose.prod.yml
- docker-compose.monitoring.yml