You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
Dockerfile Add tzdata package in app docker image to allow use of TZ env var 1 year ago
backup.sh prefix config.php-related environment variables with TTRSS_ 3 years ago
config.docker.php remove NGINX_XACCEL_PREFIX (does nothing) 1 year ago
dcron.sh add side container which backups tt-rss database once a week 4 years ago
index.php add index.php redirecting to /tt-rss/ 5 years ago
startup.sh add envvar to enable core dumps, disable xdebug tracing 2 years ago
updater.sh Also call update-ca-certifacates at startup of updater 2 years ago