Rustbot/docker-compose.yml

7 lines
144 B
YAML
Raw Normal View History

2023-12-08 21:19:17 +11:00
services:
2025-01-18 20:49:54 +11:00
app:
container_name: rustbot-app
#image: 'git.toast-server.net/toast/rustbot:main'
2023-12-08 21:19:17 +11:00
build: .
restart: unless-stopped