add compose example

This commit is contained in:
haui 2026-02-01 20:30:08 +01:00
parent 45816e0239
commit 24f69aa520

View 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