debug cron
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
|
|
||||||
reskreen-backend-cron:
|
reskreen-backend-cron:
|
||||||
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||||
command: start_crond.sh
|
command: /app/start_crond.sh
|
||||||
volumes:
|
volumes:
|
||||||
- reskreen-data:/app/config
|
- reskreen-data:/app/config
|
||||||
labels:
|
labels:
|
||||||
|
2
start_crond.sh
Normal file → Executable file
2
start_crond.sh
Normal file → Executable file
@@ -5,4 +5,4 @@
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
# Lancer crond
|
# Lancer crond
|
||||||
crond -f
|
exec crond -f
|
||||||
|
Reference in New Issue
Block a user