wip
This commit is contained in:
parent
a6c093398c
commit
e11bade09a
@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: x86dev/docker-ttrss
|
repository: "jcabillot/ttrss"
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
pullPolicy: Always
|
pullPolicy: "Always"
|
||||||
|
|
||||||
# TODO: + rssbridge
|
# TODO: + rssbridge
|
||||||
|
|
||||||
@ -21,8 +21,8 @@ env:
|
|||||||
TTRSS_DB_PORT: 3306
|
TTRSS_DB_PORT: 3306
|
||||||
TTRSS_DB_PORT_3306_TCP_ADDR: TODO:
|
TTRSS_DB_PORT_3306_TCP_ADDR: TODO:
|
||||||
TTRSS_DB_PORT_3306_TCP_PORT: 3306
|
TTRSS_DB_PORT_3306_TCP_PORT: 3306
|
||||||
TTRSS_SELF_URL_PATH: https://rss.cabillot.eu/
|
TTRSS_SELF_URL_PATH: https://rss.opti.cabillot.eu/
|
||||||
TTRSS_SELF_URL: https://rss.cabillot.eu/
|
TTRSS_SELF_URL: https://rss.opti.cabillot.eu/
|
||||||
TTRSS_PROTO: https
|
TTRSS_PROTO: https
|
||||||
TTRSS_URL: rss.cabillot.eu
|
TTRSS_URL: rss.cabillot.eu
|
||||||
DB_NAME: web_ttrss
|
DB_NAME: web_ttrss
|
||||||
@ -32,10 +32,10 @@ env:
|
|||||||
DB_PORT: 3306
|
DB_PORT: 3306
|
||||||
DB_PORT_3306_TCP_ADDR:
|
DB_PORT_3306_TCP_ADDR:
|
||||||
DB_PORT_3306_TCP_PORT: 3306
|
DB_PORT_3306_TCP_PORT: 3306
|
||||||
SELF_URL_PATH: https://rss.cabillot.eu/
|
SELF_URL_PATH: https://rss.opti.cabillot.eu/
|
||||||
SELF_URL: https://rss.cabillot.eu/
|
SELF_URL: https://rss.opti.cabillot.eu/
|
||||||
PROTO: https
|
PROTO: https
|
||||||
URL: rss.cabillot.eu
|
URL: rss.opti.cabillot.eu
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
@ -61,7 +61,7 @@ mariadb:
|
|||||||
rootPassword: TODO:
|
rootPassword: TODO:
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: true
|
||||||
# storageClass: ""
|
# storageClass: ""
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user