mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
Revert docker-compose
This commit is contained in:
parent
0d968a320f
commit
212509ec60
@ -26,7 +26,6 @@ services:
|
|||||||
host: invidious-db
|
host: invidious-db
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
log_level: Info
|
|
||||||
# external_port:
|
# external_port:
|
||||||
# domain:
|
# domain:
|
||||||
# https_only: false
|
# https_only: false
|
||||||
@ -54,20 +53,5 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
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:
|
volumes:
|
||||||
postgresdata:
|
postgresdata:
|
Loading…
Reference in New Issue
Block a user