1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 21:49:51 +02:00
Commit graph

18 commits

Author SHA1 Message Date
Andrew Dolgov
dff0116139 1. do not crash if git master is not available on startup, but local source exists (use that instead)
2. reduce verbosity of startup scripts
2020-02-22 10:03:59 +03:00
Andrew Dolgov
62f9b960ca include php7-zip in the app image (for data_migration plugin) 2020-01-25 08:42:41 +03:00
Andrew Dolgov
efd85e33a4 only create app user if it doesn't exist 2020-01-23 18:50:04 +03:00
Andrew Dolgov
e9563c4a87 move app user creation to startup scripts
run fpm as app user
2020-01-23 16:59:10 +03:00
Andrew Dolgov
59eb978976 updater: wait until app container finishes initializing instead of checking for config.php 2020-01-23 13:55:44 +03:00
Andrew Dolgov
fa73a498a3 prevent updater from failing repeatedly on first startup while app volume is not ready 2020-01-23 12:00:03 +03:00
krimil
32bd22435f Remove cron update script, add updater service 2020-01-22 07:26:16 -06:00
Andrew Dolgov
9b0a93677d 1. move .env to .env-dist so local customization is not clashing with the
repo
2. rewrite SELF_URL_PATH based on configured value even if config.php
exists
3. update README
2020-01-19 12:54:24 +03:00
Andrew Dolgov
05d341df89 add support for restoring schema on restart (needed only for demo, not normally used) 2019-12-11 11:38:44 +03:00
Andrew Dolgov
9adf705f70 pg_isready: don't try to connect as root 2019-12-09 09:48:50 +03:00
Andrew Dolgov
3399b10261 Merge branch 'master' of https://git.tt-rss.org/fox/ttrss-docker-compose 2019-12-09 07:18:19 +03:00
Andrew Dolgov
7e9addf1a3 set core.filemode false on local repos before pulling updates, bind to 127.0.0.1 only by default 2019-12-09 07:17:59 +03:00
Andrew Dolgov
e343f3d09f on app startup, wait until database is ready 2019-11-29 10:09:28 +03:00
Andrew Dolgov
818725f4fb create pg_trgm if needed 2019-11-16 13:33:58 +03:00
Andrew Dolgov
ec05907c94 add index.php redirecting to /tt-rss/ 2019-11-15 21:18:49 +03:00
Andrew Dolgov
aab001fbc6 enable nginx_xaccel, etc 2019-11-15 17:54:33 +03:00
Andrew Dolgov
cf2406f6a6 various updates 2019-11-15 17:42:50 +03:00
Andrew Dolgov
a1f1862ba2 initial 2019-11-15 15:51:55 +03:00