mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Add docker-compose file
This commit is contained in:
parent
0306751f99
commit
5d6ee3ad40
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
bot:
|
||||||
|
container_name: 'Daggerbot'
|
||||||
|
image: 'git.toast-server.net/toast/daggerbot-ts:debian12'
|
||||||
|
volumes:
|
||||||
|
- .:/bot
|
Loading…
Reference in New Issue
Block a user