diff --git a/.gitignore b/.gitignore index a2703134..303e1f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ /config/config.yml .DS_Store docker-compose.yml -Dockerfile \ No newline at end of file +docker/Dockerfile \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 6a854475..7b501566 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,7 @@ services: host: invidious-db port: 5432 check_tables: true + log_level: Info # external_port: # domain: # https_only: false @@ -53,5 +54,20 @@ services: healthcheck: test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] + invidious-pgadmin: + image: docker.io/dpage/pgadmin4:latest + restart: unless-stopped + environment: + - PGADMIN_DEFAULT_EMAIL=******* + - PGADMIN_DEFAULT_PASSWORD=******* + - PGADMIN_DISABLE_POSTFIX=1 + - GUNICORN_ACCESS_LOGFILE=/dev/null + - GUNICORN_THREADS=1 + ports: + - "127.0.0.1:5050:80" + depends_on: + invidious-db: + condition: service_healthy + volumes: postgresdata: diff --git a/src/invidious/views/components/compilation_video.ecr b/src/invidious/views/components/compilation_video.ecr index d3722b8c..ea03603b 100644 --- a/src/invidious/views/components/compilation_video.ecr +++ b/src/invidious/views/components/compilation_video.ecr @@ -29,7 +29,7 @@

from

-

to

+

to