Kon/docker-compose.yml
toast 47453acecd
All checks were successful
Build and push Docker image / build (push) Successful in 7m22s
Build and push Docker image / deploy (push) Successful in 1m7s
User-App support
2024-11-20 03:42:58 +11: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-v1
restart: unless-stopped
ports:
- 37935:6379/tcp