Update crontab for multiple execution times and add docker-compose configuration for gsheet-bot service

This commit is contained in:
2025-10-29 22:01:36 +01:00
parent 8b5fa414d7
commit 57d6b1a607
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +1 @@
0 8 * * * python /app/main.py >> /var/log/cron.log 2>&1
0 8,13,18 * * * python /app/main.py >> /var/log/cron.log 2>&1

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: '3.8'
services:
gsheet-bot:
build: .
restart: unless-stopped
volumes:
- ./credentials.json:/app/credentials.json:ro