1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 13:29:53 +02:00
Commit graph

206 commits

Author SHA1 Message Date
Andrew Dolgov
c5cbe75b3c
remove amd64 note 2023-04-12 19:26:12 +03:00
Andrew Dolgov
a7dfc3256d
compose: set image suffix 2023-03-27 11:44:27 +03:00
Andrew Dolgov
9c0434762f
revert back internal images, oops 2023-03-25 23:00:45 +03:00
Andrew Dolgov
4ecb8cd2ca
remove docker-compose build related stuff 2023-03-25 22:56:04 +03:00
Andrew Dolgov
d5e63238eb
remove Jenkinsfile (disables automated builds) 2023-03-25 22:46:35 +03:00
fox
ee1f242365 Merge pull request 'Allow to replace "app" server name in nginx by value of an env var (for static-dockerhub branch)' (#11) from mossroy/ttrss-docker-compose:replace-hardcoded-app-DNS-with-env-var-for-static-dockerhub-branch into static-dockerhub
Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/11
2023-02-25 19:07:17 +03:00
Mossroy
b8136830a1 Rename env var to APP_UPSTREAM 2023-02-25 16:20:34 +01:00
Mossroy
ad8598d04b Allow to replace "app" server name in nginx by value of an env var
By default, nginx sends php requests to an upstream "app" server.
While keeping this default behavior, this commit allows the user
to override this server name at runtime, by setting an
APP_SERVERNAME env var to the nginx container
2023-02-25 16:20:29 +01:00
fox
42bc0d2db0 Merge pull request 'Add tzdata package in app docker image to allow use of TZ env var (in static-dockerhub branch)' (#9) from mossroy/ttrss-docker-compose:add-tzdata-package-in-app-docker-image-for-static-dockerhub-branch into static-dockerhub
Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/9
2023-02-25 16:06:07 +03:00
mossroy
1f6c6a9fe3 Add tzdata package in app docker image to allow use of TZ env var
with 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 simpler (and cleaner) to me than injecting /etc/timezone and /etc/localtime, and is AFAIK the common way to set the timezone in alpine-based containers
2023-02-25 16:01:17 +03:00
fox
deb1c18b20 Merge pull request 'Bump to Alpine 3.17 (static).' (#7) from wn/ttrss-docker-compose:feature/alpine-3.17-static into static-dockerhub
Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/7
2023-02-16 07:19:14 +03:00
wn_
bdaf221213 Bump to Alpine 3.17.
See https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/6
2023-02-15 19:16:51 +00:00
Andrew Dolgov
ba56fc416c
use local registry for CI images 2022-12-30 19:56:39 +03:00
Andrew Dolgov
0d5e79d6ba
update r/w registry URL 2022-12-11 22:40:02 +03:00
Andrew Dolgov
86839be418
remove NGINX_XACCEL_PREFIX (does nothing) 2022-12-09 21:17:02 +03:00
Andrew Dolgov
78a07ed328
add php81-xmlwriter 2022-11-24 19:04:55 +03:00
Andrew Dolgov
0d39b4eabe
limit CI builds to static-dockerhub branch 2022-11-24 07:51:15 +03:00
Andrew Dolgov
baf7f5a23a
add php81-simplexml 2022-11-24 07:30:45 +03:00
fox
f53c8c01f1 Merge pull request 'Use full path when excluding dirs from rsync' (#5) from mechnich/ttrss-docker-compose:fix-rsync-on-startup into static-dockerhub
Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-docker-compose/pulls/5
2022-11-24 07:28:35 +03:00
jmechnich
0e109b9f2d Use full path when excluding dirs from rsync 2022-11-24 04:21:30 +01:00
Andrew Dolgov
7baa6b407f
Jenkins: set discarder 2022-10-02 19:15:52 +03:00
Andrew Dolgov
30754457e9
add Jenkinsfile 2022-10-02 16:09:20 +03:00
Andrew Dolgov
8940e4a662
add php81-phar 2022-10-02 14:17:18 +03:00
Andrew Dolgov
56e05e4e40
fix incorrect syntax for AUTO_CREATE_USER_ACCESS_LEVEL 2022-09-24 11:01:24 +03:00
Andrew Dolgov
aaafe9a074
switch to php 8.1 (again) 2022-08-06 13:34:03 +03:00
Andrew Dolgov
07b910a7f1
add php8-ctype for updated readability 2022-07-24 14:02:23 +03:00
Andrew Dolgov
3665a43eda
Revert "switch to php 8.1, alpine 3.16"
because of readability

This reverts commit bdd60cddbd.
2022-07-16 11:04:51 +03:00
Andrew Dolgov
bdd60cddbd
switch to php 8.1, alpine 3.16 2022-07-16 10:44:03 +03:00
Andrew Dolgov
c8b2b66402
set random password for admin when using default unless ADMIN_USER_PASS is set 2022-06-10 22:48:27 +03:00
Andrew Dolgov
5a41bb1850
* merge enhancements from the master branch (user auto creation, etc.) 2022-06-10 18:36:19 +03:00
Andrew Dolgov
a9c27a9d02 * temporarily add more startup debugging
* perform all sync operations under 'app'
2022-05-22 09:19:03 +03:00
Andrew Dolgov
670cf8bb85 enforce file ownership on plugins.local before updating since git is
being picky with permissions
2022-05-21 19:10:16 +03:00
Andrew Dolgov
b9ea5108ee Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub 2022-05-21 19:08:22 +03:00
Andrew Dolgov
8dcdb4d581 * run git under 'app' when updating local plugins on startup
* only try to update actual git repositories in plugins.local/
2022-05-21 19:07:43 +03:00
Andrew Dolgov
71f6f18d5b exclude plugins/af_comics/filters.local when copying over uptodate source 2022-05-13 16:42:28 +03:00
Andrew Dolgov
e53986a352 make PHP worker process and memory limits configurable 2022-04-10 07:53:24 +03:00
fox
98857b97fa fix git.tt-rss.org links 2022-04-04 10:14:19 +03:00
Andrew Dolgov
6e9307a9f1 amend previous 2022-03-23 15:47:25 +03:00
Andrew Dolgov
d419fd0c03 abort build if actual commit id differs from requested for image 2022-03-23 15:45:06 +03:00
Andrew Dolgov
4a7b2aed70 * make origin repo configurable when building image
* halt build process if initial git clone fails
 * log resulting commit id used when building
2022-03-23 12:23:03 +03:00
Andrew Dolgov
53ed76ed1d Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub 2021-12-07 17:25:49 +03:00
Andrew Dolgov
f274e030ef web-nginx: add basic healthcheck 2021-12-07 17:22:00 +03:00
fox
aecf31b101 Update 'README.md' 2021-11-19 12:25:04 +03:00
Andrew Dolgov
e54f01df47 don't try to update base tt-rss source when updating plugins.local 2021-11-19 09:33:18 +03:00
Andrew Dolgov
db64c1e8c8 switch base image to alpine 3.14 2021-11-19 09:32:56 +03:00
Andrew Dolgov
13e08cfb59 update all local plugins on startup, unless forbidden by TTRSS_NO_STARTUP_PLUGIN_UPDATES 2021-11-18 19:16:13 +03:00
Andrew Dolgov
5f3a1bcc75 run update-ca-certificates on container startup 2021-08-23 10:13:36 +03:00
fox
c23aec413a Update 'README.md' 2021-07-12 12:40:05 +03:00
fox
db07fac4c3 Update 'README.md' 2021-07-12 12:39:38 +03:00
Andrew Dolgov
813ba56685 add php8-exif 2021-03-10 18:04:03 +03:00