News

POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=users_db DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB} ...
Note: redis-py 5.0 will be the last version of redis-py to support Python 3.7, as it has reached end of life. redis-py 5.1 will support Python 3.8+. For faster performance, install redis with hiredis ...