Kon/docker-compose.yml

10 lines
173 B
YAML
Raw Normal View History

version: '3.8'
services:
bot:
2024-01-29 03:50:03 -05:00
container_name: kon
image: 'git.toast-server.net/toast/kon:main'
build: .
env_file:
- .env
restart: unless-stopped