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

42 commits

Author SHA1 Message Date
mossroy
5222af4e83 Add tzdata package in app docker image to allow use of TZ env var
In nginx container, it's already possible to choose the timezone by setting a TZ env var (because it's based on nginx:alpine image, that includes this package, see https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile-alpine-slim.template#L96)

This commit simply adds this same package in app docker image.
It seems much cleaner to me than injecting /etc/timezone and /etc/localtime
2023-02-25 15:41:12 +03:00
wn_
f447fad75c Bump to Alpine 3.17. 2023-02-14 01:37:37 +00:00
Andrew Dolgov
3491194167
add php81-xmlwriter 2022-11-24 19:04:42 +03:00
Andrew Dolgov
6364d2cbce
add php81-simplexml 2022-11-23 21:21:47 +03:00
Andrew Dolgov
892bcd634c
add php81-phar 2022-10-02 14:18:28 +03:00
Andrew Dolgov
94e1afa9ec
add php ctype module for readability 2022-07-16 16:39:44 +03:00
Andrew Dolgov
781666d860
Revert "Revert "switch to php 8.1""
This reverts commit 9a19d11d1a.
2022-07-16 16:32:11 +03:00
Andrew Dolgov
9a19d11d1a
Revert "switch to php 8.1"
because of readability

This reverts commit 165d2fdd6f.
2022-07-16 11:14:02 +03:00
Andrew Dolgov
165d2fdd6f
switch to php 8.1 2022-07-13 07:00:22 +03:00
Andrew Dolgov
e472670de7
* add environment variable to add initial users on startup
* list supported environment variables in .env-dist
2022-06-10 17:54:00 +03:00
Andrew Dolgov
46a7d19374 revise previous 2022-04-10 07:47:24 +03:00
Andrew Dolgov
731725fb4e make PHP worker process and memory limits configurable 2022-04-10 07:40:29 +03:00
Andrew Dolgov
d9b96dc114 switch base image to alpine 3.14 2021-11-19 09:20:32 +03:00
Andrew Dolgov
bd0c7ebf0e update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES 2021-11-18 18:59:16 +03:00
Andrew Dolgov
063ed46d91 add php8-exif 2021-03-10 18:03:39 +03:00
Andrew Dolgov
68a1202e2e add a hack to send fpm children logs to docker-captured stderr 2021-03-07 10:32:46 +03:00
Andrew Dolgov
2b7c39d76d use one build command with static 2021-03-05 13:56:31 +03:00
Andrew Dolgov
9482589032 reduce amount of layers when building 2021-03-05 13:50:55 +03:00
Andrew Dolgov
e3dd638852 add tokenizer 2021-03-03 19:16:16 +03:00
Andrew Dolgov
1db582cab6 cleanup env vars which are at default value 2021-02-22 23:57:29 +03:00
Andrew Dolgov
e1aa2daab1 minor fixes 2021-02-22 23:48:14 +03:00
Andrew Dolgov
5a9cac5986 default TTRSS_XDEBUG_PORT if unset (and is debugging enabled) 2021-02-22 12:50:15 +03:00
Andrew Dolgov
c03e0f65e7 add optional support for xdebug 2021-02-22 12:13:20 +03:00
Andrew Dolgov
2e13396bd7 use clean alpine 3.13 base 2021-02-08 08:18:17 +03:00
Andrew Dolgov
c1ad950797 initial WIP for php8 2021-02-05 20:07:28 +03:00
Andrew Dolgov
7529767f49 move container-related files outside of / 2021-02-02 11:28:52 +03:00
Andrew Dolgov
fdd507c179 re-enable nginx_xaccel; remove the rest of sed stuff from startup 2021-02-01 10:30:31 +03:00
Andrew Dolgov
99323f8665 prefix config.php-related environment variables with TTRSS_ 2021-02-01 08:42:05 +03:00
Andrew Dolgov
5034a7e2b9 set default false env vars to blank instead of string literal 'false' 2021-01-31 15:56:45 +03:00
Andrew Dolgov
5f6651e6f0 initial for env-based setup 2021-01-31 15:05:50 +03:00
Andrew Dolgov
6cccc777d3 build app image with php7-iconv 2021-01-27 07:52:37 +03:00
Andrew Dolgov
04a5438966 backups: also backup tt-rss local directories 2020-09-30 14:59:00 +03:00
Andrew Dolgov
707b79b52f add side container which backups tt-rss database once a week
bump alpine image to 3.12
2020-09-30 12:30:02 +03:00
Andrew Dolgov
1eff29a23f increase memory limit for php CLI processes 2020-09-27 17:54:45 +03:00
Ezwen
676ff0d9da Add and enable php7-openssl in the 'app' image 2020-04-26 10:27:02 +00: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
e9563c4a87 move app user creation to startup scripts
run fpm as app user
2020-01-23 16:59:10 +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
ec05907c94 add index.php redirecting to /tt-rss/ 2019-11-15 21:18:49 +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