summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 93ff5b6d..a5da3bb5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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