---
services:
skullbot:
build: ./data/
container_name: skullbot
restart: unless-stopped
volumes:
- ./data/events.db:/app/events.db
- ./data/cookies.txt:/app/cookies.txt:ro
tty: true