add simple hs pattern

This commit is contained in:
grillazz
2025-09-02 13:14:50 +02:00
parent 6a976e0123
commit ca89d54513
4 changed files with 111 additions and 2 deletions

4
.env
View File

@@ -2,14 +2,14 @@ PYTHONDONTWRITEBYTECODE=1
PYTHONUNBUFFERED=1
# Postgres
POSTGRES_HOST=localhost
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=devdb
POSTGRES_USER=devdb
POSTGRES_PASSWORD=secret
# Redis
REDIS_HOST=localhost
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=2