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 1m50s
CI/CD Pipeline / Build & Push Images (push) Successful in 2m8s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 29s

This commit is contained in:
2026-02-10 20:24:23 +01:00
parent 49702096a0
commit 106ea42ade

View File

@@ -18,7 +18,7 @@ DATABASES = {
"NAME": "mostovik", "NAME": "mostovik",
"USER": "postgres", "USER": "postgres",
"PASSWORD": "postgres", "PASSWORD": "postgres",
"HOST": "db", "HOST": "127.0.0.1",
"PORT": "5432", "PORT": "5432",
} }
} }