iac_stack/ansible/roles/deploy_container_skullbot/templates/docker-compose.yml.j2

9 lines
168 B
Text
Raw Normal View History

2025-09-20 00:20:30 +02:00
---
services:
skullbot:
build: ./data/
container_name: skullbot
restart: unless-stopped
volumes:
- ./data/events.db:/app/events.db
tty: true