parent
01be85f9f9
commit
085809fca8
1 changed files with 1 additions and 4 deletions
|
@ -204,7 +204,7 @@ services:
|
|||
context: custom/invidious-db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- invidious-pgdata:/var/lib/postgresql/data
|
||||
- /srv/invidious/other/db/data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: invidious
|
||||
POSTGRES_USER: invidious
|
||||
|
@ -212,8 +212,5 @@ services:
|
|||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
|
||||
volumes:
|
||||
invidious-pgdata:
|
||||
|
||||
networks:
|
||||
metrics:
|
Reference in a new issue