debug cron

This commit is contained in:
2024-12-04 10:08:10 +01:00
parent 44766da7d7
commit 948bca2a75
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ services:
reskreen-backend-cron:
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
command: start_crond.sh
command: /app/start_crond.sh
volumes:
- reskreen-data:/app/config
labels:

2
start_crond.sh Normal file → Executable file
View File

@@ -5,4 +5,4 @@
source venv/bin/activate
# Lancer crond
crond -f
exec crond -f