1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 23:19:52 +02:00
ttrss-docker-compose/app
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
..
backup.sh prefix config.php-related environment variables with TTRSS_ 2021-02-01 08:42:05 +03:00
config.docker.php remove NGINX_XACCEL_PREFIX (does nothing) 2022-12-09 21:16:28 +03:00
dcron.sh add side container which backups tt-rss database once a week 2020-09-30 12:30:02 +03:00
Dockerfile Add tzdata package in app docker image to allow use of TZ env var 2023-02-25 15:41:12 +03:00
index.php add index.php redirecting to /tt-rss/ 2019-11-15 21:18:49 +03:00
startup.sh add envvar to enable core dumps, disable xdebug tracing 2022-07-25 22:02:51 +03:00
updater.sh Also call update-ca-certifacates at startup of updater 2022-10-11 19:19:04 +02:00