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

10 lines
215 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
2025-09-21 09:59:28 +02:00
- ./data/cookies.txt:/app/cookies.txt:ro
2025-09-20 00:20:30 +02:00
tty: true