mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
11 lines
254 B
YAML
11 lines
254 B
YAML
services:
|
|
bot:
|
|
container_name: daggerbot
|
|
build: .
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.git:/Daggerbot/.git:rw
|
|
- ./src/:/Daggerbot/src/:rw
|
|
- ./dist/:/Daggerbot/dist/:rw
|
|
- ./build_cache/:/Daggerbot/build_cache:rw
|