1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
Daggerbot-TS/docker-compose.yml

9 lines
177 B
YAML
Raw Normal View History

2023-08-07 01:36:16 -04:00
version: '3'
services:
bot:
container_name: 'Daggerbot'
image: 'git.toast-server.net/toast/daggerbot-ts:alpine3.18'
2023-08-07 01:36:16 -04:00
volumes:
- .:/bot
network_mode: host