Reminder/docker-compose.yml

12 lines
166 B
YAML
Raw Normal View History

2024-10-24 19:19:30 +00:00
services:
bot:
build: .
command: python -u start.py
restart: always
container_name: reminder
volumes:
- ./:/app
volumes:
reminder_vol: