Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgres-ai/postgres_ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: postgres-ai/postgres_ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: coolify-deploy
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    60b2158 View commit details
    Browse the repository at this point in the history
  2. Fixes Prometheus config generation

    Ensures the Prometheus configuration is always a file, not a directory, to prevent errors.
    
    Adds a dependency on the sources generator to ensure Prometheus starts after the configuration is ready.
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f260afd View commit details
    Browse the repository at this point in the history
  3. Fixes Prometheus config directory issue

    Ensures Prometheus configuration uses a file, not a directory.
    
    This prevents potential startup failures if the configuration
    is incorrectly set up as a directory.
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    5000dd8 View commit details
    Browse the repository at this point in the history
  4. Revert "Fixes Prometheus config directory issue"

    This reverts commit 5000dd8.
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    770ccc1 View commit details
    Browse the repository at this point in the history
  5. Configures Prometheus with bind mounts

    Updates Prometheus to use bind mounts for configuration.
    This simplifies configuration management and makes it consistent with other services.
    Adds grafana ini to provisioning folder
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    c575152 View commit details
    Browse the repository at this point in the history
  6. Ensures Prometheus config is correctly handled

    Adds parameters to ensure that Prometheus configuration is correctly handled by Docker Compose.
    
    Prevents potential errors due to incorrect file handling.
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    e4fd6f5 View commit details
    Browse the repository at this point in the history
  7. Specifies volume mount types and attributes

    Ensures that volume mounts are explicitly defined as 'bind' types with appropriate attributes such as read-only access and indication of whether they are directories.
    
    This change enhances the clarity and control over volume configurations, making the deployment more robust and predictable.
    bogdan-ts committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    7cdbe95 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Specifies volume mount types and attributes

    Adds explicit volume types and attributes for enhanced
    configuration and clarity. This ensures proper volume
    handling and read-only access where applicable.
    bogdan-ts committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    b851d3c View commit details
    Browse the repository at this point in the history
Loading