Kon/docker-compose.yml

15 lines
308 B
YAML
Raw Permalink Normal View History

services:
bot:
2024-01-29 03:50:03 -05:00
container_name: kon
2024-09-21 12:49:01 -04:00
#image: git.toast-server.net/toast/kon:master
build: .
restart: unless-stopped
2024-07-27 19:39:56 -04:00
depends_on:
- cache
cache:
container_name: kon-redis
2024-08-02 23:04:19 -04:00
image: redis/redis-stack-server:7.4.0-v0
2024-07-27 19:39:56 -04:00
restart: unless-stopped
ports:
- 37935:6379/tcp