Now based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.

This commit is contained in:
x86dev
2017-02-21 23:50:08 +01:00
parent 16230d1e5f
commit d7247f6861
23 changed files with 199 additions and 131 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
exit 0

View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec nginx

View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec php-fpm

View File

@@ -0,0 +1,7 @@
#!/bin/sh
while true; do
cd /var/www/ttrss
php -f /var/www/ttrss/update_daemon2.php
sleep 5m
done

View File

@@ -0,0 +1,6 @@
#!/bin/sh
while true; do
/srv/update-ttrss.sh
sleep 24h
done