Working docker-compose

This commit is contained in:
YuruC3
2025-05-11 16:42:14 +02:00
parent 4dcc7cc640
commit a97da67111
8 changed files with 37 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
# python
25 19 * * * /etc/debmirror/venv/bin/python3 /etc/debmirror/mainDocker.py
# 25 19 * * * /etc/debmirror/venv/bin/python3 /etc/debmirror/mainDocker.py
*/3 * * * * /etc/debmirror/venv/bin/python3 /etc/debmirror/mainDocker.py
# git push
30 19 * * * /bin/sh /etc/debmirror/gitPush.sh
# 30 19 * * * /bin/sh /etc/debmirror/gitPush.sh
*/1 * * * * /bin/sh /etc/debmirror/gitPush.sh