We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385fe4b commit d90d347Copy full SHA for d90d347
docker-compose.yml
@@ -15,16 +15,17 @@ services:
15
# configuration options and their associated syntax:
16
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
17
INVIDIOUS_CONFIG: |
18
- check_tables: true
19
db:
20
dbname: invidious
21
user: kemal
22
password: kemal
23
host: invidious-postgres
24
port: 5432
25
- # https_only: false
26
- # domain:
+ check_tables: true
27
# external_port:
+ # domain:
+ # https_only: false
28
+ # statistics_enabled: false
29
healthcheck:
30
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
31
interval: 30s
0 commit comments