Commit Graph

38 Commits (c03e0f65e7027920955324f197082eb8055cdf3b)

Author SHA1 Message Date
Andrew Dolgov c03e0f65e7 add optional support for xdebug 3 years ago
Andrew Dolgov 75d1291976 always overvwrite config.php with bundled one on startup 3 years ago
Andrew Dolgov ce945d6acb hide git warning re: rebase 3 years ago
Andrew Dolgov c1ad950797 initial WIP for php8 3 years ago
Andrew Dolgov ef24fccd6f expect RESTORE_SCHEMA in SCRIPT_ROOT 3 years ago
Andrew Dolgov 7529767f49 move container-related files outside of / 3 years ago
Andrew Dolgov 702dd2841c fix previous 3 years ago
Andrew Dolgov 0cded4bb78 auto update new-style config.php on container boot 3 years ago
Andrew Dolgov fdd507c179 re-enable nginx_xaccel; remove the rest of sed stuff from startup 3 years ago
Andrew Dolgov 5e55651312 silence getenv-based config check 3 years ago
Andrew Dolgov 99323f8665 prefix config.php-related environment variables with TTRSS_ 3 years ago
Andrew Dolgov 16801071fc emit a warning if old-style config.php is detected 3 years ago
Andrew Dolgov a56b3956b2 don't dump env 3 years ago
Andrew Dolgov 828c4180cd pull all set environment variables into app/etc 3 years ago
Andrew Dolgov 5f6651e6f0 initial for env-based setup 3 years ago
Andrew Dolgov 80a95f7b30 remove config bak if it exists in DST_DIR 4 years ago
Andrew Dolgov 69bdf5c5df do not create backup config.php when rewriting SELF_URL_PATH 4 years ago
Andrew Dolgov 328984f153 use different CLI syntax for update-schema 4 years ago
Andrew Dolgov d2e8c85f4c update schema on startup 4 years ago
Andrew Dolgov 3c0599566b apply more sane permissions on cache directories 4 years ago
Andrew Dolgov 168b3bdb4e don't set DB_HOST twice, duh 4 years ago
Andrew Dolgov 9101ad6efc don't rely on DB_HOST, DB_TYPE, and DB_PORT set in config.php-dist; set proper values on startup 4 years ago
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
4 years ago
Andrew Dolgov efd85e33a4 only create app user if it doesn't exist 4 years ago
Andrew Dolgov e9563c4a87 move app user creation to startup scripts
run fpm as app user
4 years ago
Andrew Dolgov 59eb978976 updater: wait until app container finishes initializing instead of checking for config.php 4 years ago
krimil 32bd22435f Remove cron update script, add updater service 4 years ago
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
4 years ago
Andrew Dolgov 05d341df89 add support for restoring schema on restart (needed only for demo, not normally used) 5 years ago
Andrew Dolgov 9adf705f70 pg_isready: don't try to connect as root 5 years ago
Andrew Dolgov 3399b10261 Merge branch 'master' of https://git.tt-rss.org/fox/ttrss-docker-compose 5 years ago
Andrew Dolgov 7e9addf1a3 set core.filemode false on local repos before pulling updates, bind to 127.0.0.1 only by default 5 years ago
Andrew Dolgov e343f3d09f on app startup, wait until database is ready 5 years ago
Andrew Dolgov 818725f4fb create pg_trgm if needed 5 years ago
Andrew Dolgov ec05907c94 add index.php redirecting to /tt-rss/ 5 years ago
Andrew Dolgov aab001fbc6 enable nginx_xaccel, etc 5 years ago
Andrew Dolgov cf2406f6a6 various updates 5 years ago
Andrew Dolgov a1f1862ba2 initial 5 years ago