Commit Graph

167 Commits (4a7b2aed7050bf3a8c041eddc371eaecfece7356)
 

Author SHA1 Message Date
Andrew Dolgov 4a7b2aed70 * make origin repo configurable when building image
* halt build process if initial git clone fails
 * log resulting commit id used when building
Andrew Dolgov 53ed76ed1d Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub
Andrew Dolgov f274e030ef web-nginx: add basic healthcheck
fox aecf31b101 Update 'README.md'
Andrew Dolgov e54f01df47 don't try to update base tt-rss source when updating plugins.local
Andrew Dolgov db64c1e8c8 switch base image to alpine 3.14
Andrew Dolgov 13e08cfb59 update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES
Andrew Dolgov 5f3a1bcc75 run update-ca-certificates on container startup
fox c23aec413a Update 'README.md'
fox db07fac4c3 Update 'README.md'
Andrew Dolgov 813ba56685 add php8-exif
fox af600b3686 Update 'README.md'
fox f986da7965 Update 'README.md'
fox 8cc9fb34cb Update 'README.md'
fox 887f0bf772 Update 'README.md'
fox c347b0a4fb Update 'README.md'
Andrew Dolgov a81786b943 Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub
Andrew Dolgov 34cc2916d0 add a hack to send fpm children logs to docker-captured stderr
fox 9766bc4453 Update 'README.md'
Andrew Dolgov 547f3caa7a remove caddy containers
Andrew Dolgov ff79f79679 reduce amount of layers when building
Andrew Dolgov 543dc555e4 remove manual loading of base database schema
Andrew Dolgov c6693fc4dd add tokenizer
Andrew Dolgov 688e0ccd11 copy config.php earlier so it gets chown-ed to app:app
fox 59a76d4977 Update 'README.md'
Andrew Dolgov 17c3197769 don't exclude config.php on startup
fox d89a93348a Update 'README.md'
Andrew Dolgov 15efbab112 config.php cleanup
Andrew Dolgov ed661b584f cleanup env vars which are at default value
Andrew Dolgov 6315fa2cf0 always overvwrite config.php with bundled one on startup
Andrew Dolgov 2c335494d1 fix TTRSS_PHP_EXECUTABLE
Andrew Dolgov cedf9fb516 move to php8; reduce rsync noise on startup
Andrew Dolgov 04bd938208 backups: include .env
Andrew Dolgov 9fc0aaa2cd use TTRSS_DB_* variables instead of POSTGRES_* to set database configuration
Andrew Dolgov 49598c87da expect RESTORE_SCHEMA in SCRIPT_ROOT
Andrew Dolgov 4342387078 move container-related files outside of /
fox 1beb1d2d59 Update 'README.md'
Andrew Dolgov 0a1fc5ae6c Merge branch 'static-dockerhub-env' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub-env
Andrew Dolgov eedb3ff2c7 mention config.php handling
Andrew Dolgov a0ae65f389 remove dependency on removed db service
Andrew Dolgov 534585d6f8 remove stuff not needed for building from src/docker-compose.yml
Andrew Dolgov be3213b3ee fix previous
Andrew Dolgov 58dbc56712 auto update new-style config.php on container boot
Andrew Dolgov 52b7a1260f re-enable nginx_xaccel; remove the rest of sed stuff from startup
Andrew Dolgov 5e2ad8d1da more examples in .env-dist
Andrew Dolgov 0251f2bb69 prefix config.php-related environment variables with TTRSS_
Andrew Dolgov 9da8d37115 emit a warning if old-style config.php is detected
Andrew Dolgov a94c9abaee add placeholder config.d
Andrew Dolgov 0b8f9a8669 update README.md
Andrew Dolgov 8b4cfe23ea - merge changes from dynamic-env branch
- cleanup YML files, etc