Skip to content

Commit d90d347

Browse files
Re-order the configs in the order of the config file + add statistics_enabled
1 parent 385fe4b commit d90d347

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ services:
1515
# configuration options and their associated syntax:
1616
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
1717
INVIDIOUS_CONFIG: |
18-
check_tables: true
1918
db:
2019
dbname: invidious
2120
user: kemal
2221
password: kemal
2322
host: invidious-postgres
2423
port: 5432
25-
# https_only: false
26-
# domain:
24+
check_tables: true
2725
# external_port:
26+
# domain:
27+
# https_only: false
28+
# statistics_enabled: false
2829
healthcheck:
2930
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
3031
interval: 30s

0 commit comments

Comments
 (0)