summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1486f013..d7b3fa91 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,6 +16,20 @@ services:
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
+ environment:
+ # Adapted from ./config/config.yml
+ INVIDIOUS_CONFIG: |
+ channel_threads: 1
+ feed_threads: 1
+ db:
+ user: kemal
+ password: kemal
+ host: postgres
+ port: 5432
+ dbname: invidious
+ full_refresh: false
+ https_only: false
+ domain:
depends_on:
- postgres