chore: add Dockerfile and compose.yml
This commit is contained in:
parent
486e58d3f4
commit
07c609de87
4 changed files with 25 additions and 0 deletions
7
compose.yml
Normal file
7
compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
deadline_bot:
|
||||
build: .
|
||||
env_file: .env
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue