parent
4863906546
commit
ce3c21461b
2 changed files with 8 additions and 3 deletions
|
@ -205,7 +205,13 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- invidious-pgdata:/var/lib/postgresql/data
|
||||
|
||||
environment:
|
||||
POSTGRES_DB: invidious
|
||||
POSTGRES_USER: invidious
|
||||
POSTGRES_PASSWORD: invidious
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
|
||||
volumes:
|
||||
invidious-pgdata:
|
||||
|
||||
|
|
Reference in a new issue