Revert "dockerfiles etc"

This reverts commit e025200ee1.
This commit is contained in:
Didier Slof 2023-02-15 09:08:41 +01:00
parent 77de1b2a85
commit e9250654fc
Signed by: didier
GPG key ID: 01E71F18AA4398E5
4 changed files with 16 additions and 26 deletions

View file

@ -1,8 +0,0 @@
FROM docker.io/library/postgres:14-bullseye
RUN apt update && apt install -y \
git
RUN git clone git clone https://github.com/iv-org/invidious /tmp/invidious
RUN cp -r /tmp/invidious/config/sql /config/sql
RUN cp -r /tmp/invidious/docker/init-invidious-db.sh /docker-entrypoint-initdb.d/init-invidious-db.sh

View file

@ -1,3 +0,0 @@
FROM quay.io/invidious/invidious
COPY config.yml /invidious/config/config.yml

View file

@ -1,11 +0,0 @@
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