fox
|
0c948d8089
|
Update 'README.md'
|
2021-02-02 08:45:08 +03:00 |
Andrew Dolgov
|
fb0063ea07
|
mention config.php handling
|
2021-02-02 08:42:34 +03:00 |
Andrew Dolgov
|
702dd2841c
|
fix previous
|
2021-02-01 21:44:51 +03:00 |
Andrew Dolgov
|
0cded4bb78
|
auto update new-style config.php on container boot
|
2021-02-01 21:43:23 +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
|
2861bd88db
|
more examples in .env-dist
|
2021-02-01 10:11:59 +03:00 |
Andrew Dolgov
|
5e55651312
|
silence getenv-based config check
|
2021-02-01 08:51:47 +03:00 |
Andrew Dolgov
|
99323f8665
|
prefix config.php-related environment variables with TTRSS_
|
2021-02-01 08:42:05 +03:00 |
Andrew Dolgov
|
16801071fc
|
emit a warning if old-style config.php is detected
|
2021-01-31 21:31:35 +03:00 |
Andrew Dolgov
|
be80ae2fe6
|
update README.md
|
2021-01-31 16:04:18 +03:00 |
Andrew Dolgov
|
1b88e18192
|
update sample defines in .env-dist
|
2021-01-31 15:58:37 +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
|
a56b3956b2
|
don't dump env
|
2021-01-31 15:29:15 +03:00 |
Andrew Dolgov
|
828c4180cd
|
pull all set environment variables into app/etc
|
2021-01-31 15:26:19 +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
|
469b10c290
|
Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose
|
2021-01-06 12:39:31 +03:00 |
Andrew Dolgov
|
b6d58606dd
|
update .gitignore
|
2021-01-06 12:39:25 +03:00 |
fox
|
9742ce638c
|
Update 'README.md'
|
2020-12-31 10:05:03 +00:00 |
Andrew Dolgov
|
c447753a50
|
switch default web container to nginx instead of (unmaintained) caddy v1
|
2020-12-31 12:56:20 +03:00 |
fox
|
c42c514ed1
|
Update 'README.md'
|
2020-12-31 08:54:33 +00:00 |
fox
|
ce2db57fb3
|
Update 'README.md'
|
2020-12-31 08:49:19 +00:00 |
fox
|
fa0ee188f5
|
Update 'README.md'
|
2020-12-31 08:49:02 +00:00 |
fox
|
159a969272
|
Update 'README.md'
|
2020-12-31 08:48:38 +00:00 |
Andrew Dolgov
|
80a95f7b30
|
remove config bak if it exists in DST_DIR
|
2020-10-11 09:30:27 +03:00 |
Andrew Dolgov
|
69bdf5c5df
|
do not create backup config.php when rewriting SELF_URL_PATH
|
2020-10-11 09:09:20 +03:00 |
Andrew Dolgov
|
2505ad8a8a
|
web-nginx: listen on ipv6 too
|
2020-10-01 12:50:25 +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
|
328984f153
|
use different CLI syntax for update-schema
|
2020-09-30 06:57:04 +03:00 |
Andrew Dolgov
|
72f97942a9
|
Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose
|
2020-09-29 12:26:12 +03:00 |
Andrew Dolgov
|
7656917dc6
|
set /tt-rss/backups as internal
|
2020-09-29 12:26:01 +03:00 |
Andrew Dolgov
|
d2e8c85f4c
|
update schema on startup
|
2020-09-28 13:55:06 +03:00 |
Andrew Dolgov
|
1eff29a23f
|
increase memory limit for php CLI processes
|
2020-09-27 17:54:45 +03:00 |
fox
|
1ddb509fb9
|
Update 'README.md'
|
2020-09-21 10:53:07 +00:00 |
Andrew Dolgov
|
3c0599566b
|
apply more sane permissions on cache directories
|
2020-09-17 08:24:46 +03:00 |
fox
|
5dd7a03270
|
Merge branch 'add-php7-openssl-master' of Ezwen/ttrss-docker-compose into master
|
2020-04-26 10:27:50 +00:00 |
Ezwen
|
676ff0d9da
|
Add and enable php7-openssl in the 'app' image
|
2020-04-26 10:27:02 +00:00 |
Andrew Dolgov
|
168b3bdb4e
|
don't set DB_HOST twice, duh
|
2020-04-23 16:16:05 +03:00 |
Andrew Dolgov
|
9101ad6efc
|
don't rely on DB_HOST, DB_TYPE, and DB_PORT set in config.php-dist; set proper values on startup
|
2020-04-23 16:12:09 +03:00 |
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
|
2020-02-22 10:03:59 +03:00 |
Andrew Dolgov
|
c5bd3c357e
|
add optional configuration for nginx frontend container
|
2020-02-01 10:51:30 +03: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
|
d9fac409a4
|
upd README
|
2020-01-24 09:18:58 +03:00 |
Andrew Dolgov
|
c9c7cf5140
|
move common info to the wiki
|
2020-01-24 09:16:40 +03:00 |
Andrew Dolgov
|
efd85e33a4
|
only create app user if it doesn't exist
|
2020-01-23 18:50:04 +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
|
59eb978976
|
updater: wait until app container finishes initializing instead of checking for config.php
|
2020-01-23 13:55:44 +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 |
Andrew Dolgov
|
400fd5c1aa
|
update README a bit more
|
2020-01-23 08:10:40 +03:00 |