add compose example
This commit is contained in:
parent
45816e0239
commit
24f69aa520
1 changed files with 9 additions and 0 deletions
9
docker-compose-example.yml
Normal file
9
docker-compose-example.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
quotebot:
|
||||
container_name: quotebot
|
||||
image: haui/quotebot
|
||||
build: ./
|
||||
volumes:
|
||||
- ./.env:/usr/local/quotebot/.env
|
||||
- ./quotes.txt:/usr/local/quotebot/quotes.txt
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Reference in a new issue