fix: set both POSTGRES_HOST and POSTGRES_HOSTNAME for backend env
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m15s

This commit is contained in:
liquidrinu 2025-05-24 01:15:59 +02:00
parent 717b9978d5
commit 2929e7b83f

@ -27,6 +27,7 @@ backend:
cpu: "500m"
memory: "512Mi"
env:
POSTGRES_HOST: postgres-service
POSTGRES_HOSTNAME: postgres-service
POSTGRES_PORT: "5432"
POSTGRES_NAME: fusero-db