diff options
| author | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2022-02-22 02:55:42 +0100 |
|---|---|---|
| committer | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2022-02-22 02:55:42 +0100 |
| commit | d90d34700641aa8af0fa718287f2f3daa140ed4f (patch) | |
| tree | 143668bc6b354e1e20764887143bac849396dc1e | |
| parent | 385fe4be22cd8ec15b886178b9aa05c3e1273ed6 (diff) | |
| download | invidious-d90d34700641aa8af0fa718287f2f3daa140ed4f.tar.gz invidious-d90d34700641aa8af0fa718287f2f3daa140ed4f.tar.bz2 invidious-d90d34700641aa8af0fa718287f2f3daa140ed4f.zip | |
Re-order the configs in the order of the config file + add statistics_enabled
| -rw-r--r-- | docker-compose.yml | 7 |
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 |
