mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
9 lines
173 B
YAML
9 lines
173 B
YAML
version: '3'
|
|
|
|
services:
|
|
bot:
|
|
container_name: 'Daggerbot'
|
|
image: 'git.toast-server.net/toast/daggerbot-ts:alpine'
|
|
volumes:
|
|
- .:/bot
|
|
network_mode: host |