Fix invidious-db network
This commit is contained in:
parent
48c2de6e6e
commit
9ac5aa4974
2 changed files with 4 additions and 0 deletions
|
@ -43,3 +43,5 @@ services:
|
|||
POSTGRES_PASSWORD: tipi
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
|
@ -44,3 +44,5 @@ services:
|
|||
POSTGRES_PASSWORD: tipi
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
Loading…
Add table
Reference in a new issue