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:
Till JS 2026-03-27 21:09:27 +01:00
parent 7d1842e31f
commit a70359dcce

View file

@ -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}