add docker compose for local testing
This commit is contained in:
parent
1eaee1d7df
commit
2d8bd3e6ea
1 changed files with 8 additions and 0 deletions
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Docker Compose file used for testing
|
||||
version: '3.8'
|
||||
services:
|
||||
redis:
|
||||
container_name: bluesky-bot-local-redis
|
||||
image: redis/redis-stack-server:6.2.6-v17
|
||||
ports:
|
||||
- "6370:6370"
|
Loading…
Reference in a new issue