Correcting Postgres hostname.
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user