2023-12-08 22:25:44 +11:00
|
|
|
services:
|
|
|
|
bot:
|
2024-01-29 19:50:03 +11:00
|
|
|
container_name: kon
|
2024-09-22 02:49:01 +10:00
|
|
|
#image: git.toast-server.net/toast/kon:master
|
2023-12-08 22:25:44 +11:00
|
|
|
build: .
|
|
|
|
restart: unless-stopped
|
2024-07-28 09:39:56 +10:00
|
|
|
depends_on:
|
|
|
|
- cache
|
|
|
|
cache:
|
|
|
|
container_name: kon-redis
|
2024-11-20 03:42:58 +11:00
|
|
|
image: redis/redis-stack-server:7.4.0-v1
|
2024-07-28 09:39:56 +10:00
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
|
|
|
- 37935:6379/tcp
|