forked from midou/invidious
Re-order the configs in the order of the config file + add statistics_enabled
This commit is contained in:
parent
385fe4be22
commit
d90d347006
@ -15,16 +15,17 @@ services:
|
|||||||
# configuration options and their associated syntax:
|
# configuration options and their associated syntax:
|
||||||
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
|
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
|
||||||
INVIDIOUS_CONFIG: |
|
INVIDIOUS_CONFIG: |
|
||||||
check_tables: true
|
|
||||||
db:
|
db:
|
||||||
dbname: invidious
|
dbname: invidious
|
||||||
user: kemal
|
user: kemal
|
||||||
password: kemal
|
password: kemal
|
||||||
host: invidious-postgres
|
host: invidious-postgres
|
||||||
port: 5432
|
port: 5432
|
||||||
# https_only: false
|
check_tables: true
|
||||||
# domain:
|
|
||||||
# external_port:
|
# external_port:
|
||||||
|
# domain:
|
||||||
|
# https_only: false
|
||||||
|
# statistics_enabled: false
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Loading…
Reference in New Issue
Block a user