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