Run update command every 60s
This commit is contained in:
parent
244ea79d0a
commit
87acbc110a
@ -28,7 +28,7 @@ services:
|
|||||||
sh -c "
|
sh -c "
|
||||||
while true; do
|
while true; do
|
||||||
python -u /app/update_app.py;
|
python -u /app/update_app.py;
|
||||||
sleep 10;
|
sleep 60;
|
||||||
done
|
done
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user