fix: allow all hosts on dev stand #no_test #no_lint
All checks were successful
CI/CD Pipeline / Code Quality Checks (push) Has been skipped
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build & Push Images (push) Successful in 9m18s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 46s

Co-Authored-By: Warp <agent@warp.dev>
This commit is contained in:
2026-02-10 13:36:09 +01:00
parent 551b341d3b
commit c1a720ffca

View File

@@ -8,6 +8,7 @@ services:
- DJANGO_SETTINGS_MODULE=config.settings.production
- DEBUG=False
- SECRET_KEY=${SECRET_KEY:-django-insecure-dev-key-change-in-production}
- ALLOWED_HOSTS=*
- POSTGRES_HOST=127.0.0.1
- POSTGRES_PORT=5432
- POSTGRES_DB=mostovik