Commit Graph

62 Commits (6418c518db9ba5c5988441cbfe6f87639050e751)

Author SHA1 Message Date
wn_ d07fe389fa Bump to Alpine 3.18, PHP 8.2 1 year ago
Andrew Dolgov 14ebd6bbee
add envvar to enable core dumps, disable xdebug tracing 2 years ago
Andrew Dolgov 781666d860
Revert "Revert "switch to php 8.1""
This reverts commit 9a19d11d1a.
2 years ago
Andrew Dolgov 9a19d11d1a
Revert "switch to php 8.1"
because of readability

This reverts commit 165d2fdd6f.
2 years ago
Andrew Dolgov 165d2fdd6f
switch to php 8.1 2 years ago
Andrew Dolgov 959e07700f
set random password for admin on first startup unless ADMIN_USER_PASS is set 2 years ago
Andrew Dolgov 04499dc0a9
Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose 2 years ago
Andrew Dolgov e472670de7
* add environment variable to add initial users on startup
* list supported environment variables in .env-dist
2 years ago
Andrew Dolgov ab8f1c5420 * temporarily add more startup debugging
* adjust chown ordering a bit
2 years ago
Andrew Dolgov cc648eb878 * perform all operations on git repositories under 'app' user
* initially clone master repo with --depth 1 to reduce first startup time
 * only check updates for actual git repos in plugins.local/
2 years ago
Andrew Dolgov 46a7d19374 revise previous 2 years ago
Andrew Dolgov 731725fb4e make PHP worker process and memory limits configurable 2 years ago
Andrew Dolgov 219913d12b updater: force adding user/group even if GID/UID is duplicate 2 years ago
Andrew Dolgov c552bb48c9 * force adding user/group even if GID/UID is duplicate
* allow running FPM as root, if needed
2 years ago
Andrew Dolgov 283c221fff don't try to update base tt-rss source when updating plugins.local 3 years ago
Andrew Dolgov bd0c7ebf0e update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES 3 years ago
Andrew Dolgov 3c30e41606 run update-ca-certificates on container startup 3 years ago
Andrew Dolgov ab100cd2db Revert "add workaround for slow podman internal dns resolver"
This reverts commit 3c31de3427.

should use "dns_search: dns.podman" in the override instead

https://github.com/containers/podman/issues/9169#issuecomment-807417455
3 years ago
Andrew Dolgov 3c31de3427 add workaround for slow podman internal dns resolver 3 years ago
Andrew Dolgov d6e307c98b make .app_is_ready flag a bit later 3 years ago
Andrew Dolgov 68a1202e2e add a hack to send fpm children logs to docker-captured stderr 3 years ago
Andrew Dolgov ac9d233688 remove manual loading of base database schema 3 years ago
Andrew Dolgov 2f293c9c59 copy config.php earlier so it gets chown-ed to app:app 3 years ago
Andrew Dolgov 5a9cac5986 default TTRSS_XDEBUG_PORT if unset (and is debugging enabled) 3 years ago
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