Kon/docker-compose.yml
toast 2a80bb8254
Some checks failed
Build and push Docker image / build (push) Failing after 45s
Build and push Docker image / deploy (push) Has been skipped
Housekeeping
2024-09-22 02:49:01 +10:00

15 lines
308 B
YAML

services:
bot:
container_name: kon
#image: git.toast-server.net/toast/kon:master
build: .
restart: unless-stopped
depends_on:
- cache
cache:
container_name: kon-redis
image: redis/redis-stack-server:7.4.0-v0
restart: unless-stopped
ports:
- 37935:6379/tcp