Reminder/docker-compose.yml
2024-10-24 22:19:30 +03:00

12 lines
166 B
YAML

services:
bot:
build: .
command: python -u start.py
restart: always
container_name: reminder
volumes:
- ./:/app
volumes:
reminder_vol: