Kon/docker-compose.yml

10 lines
173 B
YAML
Raw Normal View History

version: '3.8'
services:
bot:
container_name: Kon
image: 'git.toast-server.net/toast/kon:main'
build: .
env_file:
- .env
restart: unless-stopped