cletus/docker-compose.yml
roberts 9fc01c4563
Some checks are pending
Deploy Cletus Bot / deploy (push) Waiting to run
Apply stashed changes after pulling from origin
2025-05-09 17:50:58 -05:00

17 lines
337 B
YAML

version: '3.8'
services:
cletus-bot:
container_name: cletus-bot
build:
context: .
dockerfile: Dockerfile
platforms:
- linux/amd64
image: cletus-bot
restart: unless-stopped
volumes:
- ./bot/db:/app/bot/db
- ./bot/bot-tasks:/app/bot/bot-tasks
stdin_open: true
tty: true