mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
* Backport RedisStorage, deep-linking * Allow prereleases for aioredis * Bump dependencies * Correctly skip Redis tests on Windows * Reformat tests code and bump Makefile
7 lines
106 B
YAML
7 lines
106 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
redis:
|
|
image: redis:6-alpine
|
|
ports:
|
|
- "${REDIS_PORT-6379}:6379"
|