1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-14 17:19:55 +02:00

import new stuff from the master branch

This commit is contained in:
Andrew Dolgov 2022-08-01 20:44:45 +03:00
parent 75da2e2224
commit 556e13ccd5
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A
2 changed files with 102 additions and 22 deletions

View file

@ -28,6 +28,22 @@ ADD config.docker.php ${SCRIPT_ROOT}
ENV OWNER_UID=1000
ENV OWNER_GID=1000
ENV PHP_WORKER_MAX_CHILDREN=5
ENV PHP_WORKER_MEMORY_LIMIT=256M
# these are applied on every startup, if set
ENV ADMIN_USER_PASS=""
# see classes/UserHelper.php ACCESS_LEVEL_*
# setting this to -2 would effectively disable built-in admin user
# unless single user mode is enabled
ENV ADMIN_USER_ACCESS_LEVEL=""
# these are applied unless user already exists
ENV AUTO_CREATE_USER=""
ENV AUTO_CREATE_USER_PASS=""
ENV AUTO_CREATE_USER_ACCESS_LEVEL="0"
# don't try to update local plugins on startup (except for nginx_xaccel)
ENV TTRSS_NO_STARTUP_PLUGIN_UPDATES=""