Commit Graph

198 Commits (master)
 

Author SHA1 Message Date
Andrew Dolgov 828c4180cd pull all set environment variables into app/etc 3 years ago
Andrew Dolgov 5f6651e6f0 initial for env-based setup 3 years ago
Andrew Dolgov 6cccc777d3 build app image with php7-iconv 3 years ago
Andrew Dolgov 469b10c290 Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose 3 years ago
Andrew Dolgov b6d58606dd update .gitignore 3 years ago
fox 9742ce638c Update 'README.md' 3 years ago
Andrew Dolgov c447753a50 switch default web container to nginx instead of (unmaintained) caddy v1 3 years ago
fox c42c514ed1 Update 'README.md' 3 years ago
fox ce2db57fb3 Update 'README.md' 3 years ago
fox fa0ee188f5 Update 'README.md' 3 years ago
fox 159a969272 Update 'README.md' 3 years ago
Andrew Dolgov 80a95f7b30 remove config bak if it exists in DST_DIR 4 years ago
Andrew Dolgov 69bdf5c5df do not create backup config.php when rewriting SELF_URL_PATH 4 years ago
Andrew Dolgov 2505ad8a8a web-nginx: listen on ipv6 too 4 years ago
Andrew Dolgov 04a5438966 backups: also backup tt-rss local directories 4 years ago
Andrew Dolgov 707b79b52f add side container which backups tt-rss database once a week
bump alpine image to 3.12
4 years ago
Andrew Dolgov 328984f153 use different CLI syntax for update-schema 4 years ago
Andrew Dolgov 72f97942a9 Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose 4 years ago
Andrew Dolgov 7656917dc6 set /tt-rss/backups as internal 4 years ago
Andrew Dolgov d2e8c85f4c update schema on startup 4 years ago
Andrew Dolgov 1eff29a23f increase memory limit for php CLI processes 4 years ago
fox 1ddb509fb9 Update 'README.md' 4 years ago
Andrew Dolgov 3c0599566b apply more sane permissions on cache directories 4 years ago
fox 5dd7a03270 Merge branch 'add-php7-openssl-master' of Ezwen/ttrss-docker-compose into master 4 years ago
Ezwen 676ff0d9da Add and enable php7-openssl in the 'app' image 4 years ago
Andrew Dolgov 168b3bdb4e don't set DB_HOST twice, duh 4 years ago
Andrew Dolgov 9101ad6efc don't rely on DB_HOST, DB_TYPE, and DB_PORT set in config.php-dist; set proper values on startup 4 years ago
Andrew Dolgov dff0116139 1. do not crash if git master is not available on startup, but local source exists (use that instead)
2. reduce verbosity of startup scripts
4 years ago
Andrew Dolgov c5bd3c357e add optional configuration for nginx frontend container 4 years ago
Andrew Dolgov 62f9b960ca include php7-zip in the app image (for data_migration plugin) 4 years ago
Andrew Dolgov d9fac409a4 upd README 4 years ago
Andrew Dolgov c9c7cf5140 move common info to the wiki 4 years ago
Andrew Dolgov efd85e33a4 only create app user if it doesn't exist 4 years ago
Andrew Dolgov e9563c4a87 move app user creation to startup scripts
run fpm as app user
4 years ago
Andrew Dolgov 59eb978976 updater: wait until app container finishes initializing instead of checking for config.php 4 years ago
Andrew Dolgov fa73a498a3 prevent updater from failing repeatedly on first startup while app volume is not ready 4 years ago
Andrew Dolgov 400fd5c1aa update README a bit more 4 years ago
Andrew Dolgov aead5213e6 update README 4 years ago
fox f9488a0bee Merge branch 'master' of nameless/ttrss-docker-compose into master 4 years ago
nameless 825ec395ac Accept Let's Encrypt TOS when using web-ssl 4 years ago
Andrew Dolgov af3e981335 update README one more time 4 years ago
Andrew Dolgov 14a5e1c163 mention updater container in README 4 years ago
fox 143b2d4d3b Merge branch 'master' of milkman671/ttrss-docker-compose into master 4 years ago
krimil 32bd22435f Remove cron update script, add updater service 4 years ago
Andrew Dolgov 0168b8e689 clarify what HTTP_HOST does in .env-dist 4 years ago
Andrew Dolgov b2bf8114d9 update default SELF_URL_PATH 4 years ago
Andrew Dolgov 49ef37c4b4 update README.md 4 years ago
Andrew Dolgov 5f160dff15 update README.md 4 years ago
Andrew Dolgov 176731e3fb SELF_URL_PATH-related updates/clarification 4 years ago
Andrew Dolgov 9b0a93677d 1. move .env to .env-dist so local customization is not clashing with the
repo
2. rewrite SELF_URL_PATH based on configured value even if config.php
exists
3. update README
4 years ago