mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 06:01:39 +01:00
first commit, basic command handling and auth managing
This commit is contained in:
7
compose.yml
Normal file
7
compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
valkey:
|
||||
image: valkey/valkey:alpine
|
||||
container_name: valkey
|
||||
ports:
|
||||
- 6379:6379
|
||||
restart: no
|
||||
Reference in New Issue
Block a user