1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2026-02-22 14:44:49 +01:00

docker: added build and docker-compose

This commit is contained in:
TiynGER
2020-11-09 22:46:21 +01:00
parent 564a9ba977
commit 4eb313eb9a
4 changed files with 114 additions and 18 deletions

3
docker/run.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
while true; do python /studip/src/run.py -o /studip/src/data -u $USER -p $PSWD -s $URL --db_user $DB_USER --db_passwd $DB_PSWD --host $HOST && sleep $INTERVAL; done