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