mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
8 lines
152 B
YAML
8 lines
152 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
bot:
|
||
|
container_name: 'Daggerbot'
|
||
|
image: 'git.toast-server.net/toast/daggerbot-ts:debian12'
|
||
|
volumes:
|
||
|
- .:/bot
|