Rustbot/docker-compose.yml

10 lines
181 B
YAML
Raw Normal View History

2023-12-08 05:19:17 -05:00
version: '3.8'
services:
bot:
container_name: rustbot
2023-12-08 05:19:17 -05:00
image: 'git.toast-server.net/toast/rustbot:main'
build: .
env_file:
- .env
restart: unless-stopped