1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Add docker-compose file

This commit is contained in:
toast-ts 2023-08-07 15:36:16 +10:00
parent 30659b9a3c
commit 890e3851d3

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '3'
services:
bot:
container_name: 'Daggerbot'
image: 'git.toast-server.net/toast/daggerbot-ts:debian12'
volumes:
- .:/bot