summary refs log tree commit diff stats
path: root/invidious
diff options
context:
space:
mode:
authorBiRabittoh <birabittoh@tilde.institute>2023-07-11 17:10:00 +0200
committerBiRabittoh <birabittoh@tilde.institute>2023-07-11 17:10:00 +0200
commit69e4666dc46c30cdef0f05173d808e4770b9d59c (patch)
tree8fe3581151d2cb510231d1b1dceac9a18c9ec37d /invidious
parentde848da740fbe6af189654acda9c3afae8023b25 (diff)
downloadmy-docker-compose-69e4666dc46c30cdef0f05173d808e4770b9d59c.tar.gz
add services and submodule
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: