mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 20:30:58 -05:00
12 lines
290 B
YAML
12 lines
290 B
YAML
services:
|
|
bot:
|
|
container_name: daggerbot-prod
|
|
build: .
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.git:/Daggerbot/.git:rw
|
|
- ./src/:/Daggerbot/src/:rw
|
|
- ./dist/:/Daggerbot/dist/:rw
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|