From 1595097afd8231c72d0309d10e32769195af2406 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 15 Feb 2023 09:08:43 +0100 Subject: [PATCH] Revert "add: indivious" This reverts commit d323f2abdab90dccc70b4b41495500b17f3a23cd. --- docker-compose.utils.yml | 47 ++-------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/docker-compose.utils.yml b/docker-compose.utils.yml index df315e0..8fff847 100644 --- a/docker-compose.utils.yml +++ b/docker-compose.utils.yml @@ -175,54 +175,11 @@ services: - /srv/kasm/other/profiles:/profiles #optional - /dev/input:/dev/input #optional - /run/udev/data:/run/udev/data #optional + ports: + - 3000:3000 restart: unless-stopped networks: - proxy - invidious: - image: quay.io/invidious/invidious:latest - restart: unless-stopped - environment: - INVIDIOUS_CONFIG: | - db: - dbname: invidious - user: indivious - password: indivious - host: invidious-db - port: 5432 - check_tables: true - domain: yt.neo.ixvd.net - # external_port: - # https_only: false - # statistics_enabled: false - LETSENCRYPT_HOST: "yt.neo.ixvd.net" - VIRTUAL_HOST: "yt.neo.ixvd.net" - VIRTUAL_PORT: 3000 - healthcheck: - test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 - interval: 30s - timeout: 5s - retries: 2 - logging: - options: - max-size: "1G" - max-file: "4" - depends_on: - - invidious-db - - invidious-db: - image: docker.io/library/postgres:14 - restart: unless-stopped - volumes: - - postgresdata:/var/lib/postgresql/data - - ./config/sql:/config/sql - - ./docker/init-invidious-db.sh:/docker-entrypoint-initdb.d/init-invidious-db.sh - environment: - POSTGRES_DB: invidious - POSTGRES_USER: invidious - POSTGRES_PASSWORD: invidious - healthcheck: - test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] - networks: metrics: \ No newline at end of file