Correcting Postgres hostname.
List of Services README Generation / Generate Services List (push) Successful in 1m6s
Renovate / renovate (push) Successful in 6m52s

This commit is contained in:
2025-10-20 13:22:33 -04:00
parent c14027db0a
commit f22fe53a89
+2 -2
View File
@@ -541,7 +541,7 @@ services:
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: ${AUDIOMUSE_AI_PG_PASSWORD}
POSTGRES_DB: audiomusedb
POSTGRES_HOST: audiomuse-ai-postgres
POSTGRES_HOST: audiomuse-ai-pg
POSTGRES_PORT: 5432
REDIS_URL: redis://audiomuse-ai-valkey:6379/0
TEMP_DIR: /app/temp_audio"
@@ -611,7 +611,7 @@ services:
POSTGRES_USER: audiomuse
POSTGRES_PASSWORD: ${AUDIOMUSE_AI_PG_PASSWORD}
POSTGRES_DB: audiomusedb
POSTGRES_HOST: audiomuse-ai-postgres
POSTGRES_HOST: audiomuse-ai-pg
POSTGRES_PORT: 5432
REDIS_URL: "redis://audiomuse-ai-valkey:6379/0"
TEMP_DIR: "/app/temp_audio"