Re-order the configs in the order of the config file + add statistics_enabled

このコミットが含まれているのは:
TheFrenchGhosty 2022-02-22 02:55:42 +01:00
コミット d90d347006
1個のファイルの変更4行の追加3行の削除

ファイルの表示

@ -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