mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 12:19:40 +02:00
fix(gateway): use correct database name 'mana' + sslmode=disable
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7d1842e31f
commit
a70359dcce
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ services:
|
|||
environment:
|
||||
TZ: Europe/Berlin
|
||||
PORT: 3060
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/manacore
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/mana?sslmode=disable
|
||||
REDIS_HOST: redis
|
||||
REDIS_PORT: 6379
|
||||
REDIS_PASSWORD: ${REDIS_PASSWORD:-redis123}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue