quote-bot/docker-compose-example.yml

10 lines
223 B
YAML
Raw Permalink Normal View History

2026-02-01 20:30:08 +01:00
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