summaryrefslogtreecommitdiff
path: root/.docker
AgeCommit message (Expand)Author
2025-07-03add same workaround to updater startup scriptAndrew Dolgov
2025-07-03add workaround for what possibly is a PDO bug related to tls connections to p...Andrew Dolgov
2025-05-30Bump to Alpine 3.22wn_
2025-05-24remove APP_WEB_ROOT from fpm container because it expect a different value fr...Andrew Dolgov
2025-05-22add APP_FASTCGI_PASSAndrew Dolgov
2025-05-22add APP_WEB_ROOT to fpm containerAndrew Dolgov
2025-04-14further mysql/DB_TYPE related cleanupAndrew Dolgov
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-04-08Revert "cleanup environment variables related to global configuration after i...Andrew Dolgov
2025-04-08cleanup environment variables related to global configuration after instantia...Andrew Dolgov
2025-04-07add optional encryption for stored session data using Sodium libraryAndrew Dolgov
2025-01-26Include 'cache/feed-icons' in the default backup process.wn_
2024-12-09Add the 'ca-certificates' package to provide 'update-ca-certificates'.wn_
2024-12-09minor package installation formatting tweakwn_
2024-12-09Centralize the PHP version suffix used for packages and paths.wn_
2024-12-05Bump to Alpine 3.21 and PHP 8.4.wn_
2024-10-24move sql patch file stuff after all initialization tasksAndrew Dolgov
2024-10-24drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after migr...Andrew Dolgov
2024-10-21support TTRSS_DB_PORT in container startup scriptsAndrew Dolgov
2024-09-25disable absolute redirects & redirect port in phpdoc imageAndrew Dolgov
2024-09-21phpdoc - switch to nginx unprivilegedAndrew Dolgov
2024-09-11spacing fixEric Pierce
2024-09-11Update nginx.conf to move the currently unused PATH_INFO configuration into a...Eric Pierce
2024-07-21copy docs to subpathAndrew Dolgov
2024-07-21add phpdoc dockerfileAndrew Dolgov
2024-07-19Fix breakage when 'ALPINE_MIRROR' is not provided.wn_
2024-07-19support optional mirror for alpineAndrew Dolgov
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
2024-06-12don't ask rsync to set ownership when copying to persistent volume in a conta...Andrew Dolgov
2024-05-22Bump to Alpine 3.20.wn_
2024-02-14Ensure correct permissions on the backup script.wn_
2024-01-19Use APP_BASE in the web-nginx health check URL.wn_
2023-12-07Bump to Alpine 3.19 and PHP 8.3.wn_
2023-11-07use variable for fastcgi_pass to force resolver usageAndrew Dolgov
2023-11-07explicitly set resolver in the nginx container (configurable envvar)Andrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-24disable xdebug tracingAndrew Dolgov
2023-10-22fix previousAndrew Dolgov
2023-10-22force create cache directories on app startupAndrew Dolgov
2023-10-22add simple dev composeAndrew Dolgov
2023-10-19unharcode proxy registryAndrew Dolgov
2023-10-19Revert "Revert "exp: switch to kaniko""Andrew Dolgov
2023-10-19Revert "exp: switch to kaniko"Andrew Dolgov
2023-10-17exp: switch to kanikoAndrew Dolgov
2023-10-02enable fpm status pageAndrew Dolgov
2023-09-22Revert "CI: use nexus alpine proxy"Andrew Dolgov
2023-08-28CI: use nexus alpine proxyAndrew Dolgov
2023-07-28use nginx envsubst to make tt-rss root configurableAndrew Dolgov
2023-05-15Bump to Alpine 3.18, PHP 8.2wn_