fix: switch to dev settings for Docker services and improve env config
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m41s
CI/CD Pipeline / Run Tests (push) Failing after 1m47s
CI/CD Pipeline / Build & Push Images (push) Successful in 2m1s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 31s

This commit is contained in:
2026-02-10 20:05:08 +01:00
parent c217b62100
commit 6cb53fe92a

View File

@@ -19,7 +19,7 @@ DATABASES = {
"NAME": "mostovik",
"USER": "postgres",
"PASSWORD": "postgres",
"HOST": "host.docker.internal",
"HOST": "db",
"PORT": "5432",
}
}