mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 23:48:31 +00:00
Remove postgres chart initdb (as we have automatic migration)
This commit is contained in:
parent
8491d3c5ba
commit
a306e37f0e
@ -53,6 +53,10 @@ postgresql:
|
|||||||
username: kemal
|
username: kemal
|
||||||
password: kemal
|
password: kemal
|
||||||
database: invidious
|
database: invidious
|
||||||
|
primary:
|
||||||
|
initdb:
|
||||||
|
username: kemal
|
||||||
|
password: kemal
|
||||||
|
|
||||||
# Adapted from ../config/config.yml
|
# Adapted from ../config/config.yml
|
||||||
config:
|
config:
|
||||||
|
Loading…
Reference in New Issue
Block a user