This commit is contained in:
Julien Cabillot 2023-06-13 16:35:13 -04:00
parent a6c093398c
commit e11bade09a

View File

@ -6,9 +6,9 @@
#
image:
repository: x86dev/docker-ttrss
repository: "jcabillot/ttrss"
tag: "latest"
pullPolicy: Always
pullPolicy: "Always"
# TODO: + rssbridge
@ -21,8 +21,8 @@ env:
TTRSS_DB_PORT: 3306
TTRSS_DB_PORT_3306_TCP_ADDR: TODO:
TTRSS_DB_PORT_3306_TCP_PORT: 3306
TTRSS_SELF_URL_PATH: https://rss.cabillot.eu/
TTRSS_SELF_URL: https://rss.cabillot.eu/
TTRSS_SELF_URL_PATH: https://rss.opti.cabillot.eu/
TTRSS_SELF_URL: https://rss.opti.cabillot.eu/
TTRSS_PROTO: https
TTRSS_URL: rss.cabillot.eu
DB_NAME: web_ttrss
@ -32,10 +32,10 @@ env:
DB_PORT: 3306
DB_PORT_3306_TCP_ADDR:
DB_PORT_3306_TCP_PORT: 3306
SELF_URL_PATH: https://rss.cabillot.eu/
SELF_URL: https://rss.cabillot.eu/
SELF_URL_PATH: https://rss.opti.cabillot.eu/
SELF_URL: https://rss.opti.cabillot.eu/
PROTO: https
URL: rss.cabillot.eu
URL: rss.opti.cabillot.eu
service:
main:
@ -61,7 +61,7 @@ mariadb:
rootPassword: TODO:
primary:
persistence:
enabled: false
enabled: true
# storageClass: ""
# TODO: