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:
|
||||
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
|
||||
INVIDIOUS_CONFIG: |
|
||||
check_tables: true
|
||||
db:
|
||||
dbname: invidious
|
||||
user: kemal
|
||||
password: kemal
|
||||
host: invidious-postgres
|
||||
port: 5432
|
||||
# https_only: false
|
||||
# domain:
|
||||
check_tables: true
|
||||
# external_port:
|
||||
# domain:
|
||||
# https_only: false
|
||||
# statistics_enabled: false
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
||||
interval: 30s
|
||||
|
Loading…
Reference in New Issue
Block a user