summary refs log tree commit diff stats
path: root/invidious
diff options
context:
space:
mode:
Diffstat (limited to 'invidious')
-rw-r--r--invidious/docker-compose.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/invidious/docker-compose.yaml b/invidious/docker-compose.yaml
index da9a6e6..8eb4f93 100644
--- a/invidious/docker-compose.yaml
+++ b/invidious/docker-compose.yaml
@@ -15,7 +15,7 @@ services:
           port: 5432
         check_tables: true
         popular_enabled: false
-        registration_enabled: true
+        registration_enabled: false
         statistics_enabled: false
         hsts: false
         https_only: true
@@ -47,6 +47,8 @@ services:
       POSTGRES_PASSWORD: password
     healthcheck:
       test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
+    networks:
+      - default
 
 volumes:
   postgresdata: