mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:26 -04:00
basic docker-compose cluster
This commit is contained in:
parent
29a6291957
commit
71a99542fe
5 changed files with 67 additions and 1 deletions
10
docker/Dockerfile.postgres
Normal file
10
docker/Dockerfile.postgres
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM postgres:10
|
||||
|
||||
ENV POSTGRES_USER postgres
|
||||
|
||||
ADD ./setup.sh /setup.sh
|
||||
ADD ./config/sql /config/sql
|
||||
ADD ./docker/entrypoint.postgres.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "postgres" ]
|
Loading…
Add table
Add a link
Reference in a new issue