- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:postgres-ai/postgres_ai
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:postgres-ai/postgres_ai
Uh oh!
There was an error while loading.Please reload this page.
compare:coolify-deploy
Uh oh!
There was an error while loading.Please reload this page.
- 8commits
- 1file changed
- 1contributor
Commits on Sep 29, 2025
feat: Add initial Coolify Docker Compose setup
bogdan-ts committedSep 29, 2025 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 committedSep 29, 2025 Fixes Prometheus config directory issue
Ensures Prometheus configuration uses a file, not a directory.This prevents potential startup failures if the configurationis incorrectly set up as a directory.
bogdan-ts committedSep 29, 2025 Revert "Fixes Prometheus config directory issue"
This reverts commit5000dd8.
bogdan-ts committedSep 29, 2025 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 committedSep 29, 2025 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 committedSep 29, 2025 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 committedSep 29, 2025
Commits on Sep 30, 2025
Specifies volume mount types and attributes
Adds explicit volume types and attributes for enhancedconfiguration and clarity. This ensures proper volumehandling and read-only access where applicable.
bogdan-ts committedSep 30, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...coolify-deploy
Uh oh!
There was an error while loading.Please reload this page.