Rustbot/docker-compose.yml
2023-12-08 21:19:17 +11:00

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