linked
This commit is contained in:
parent
e51b36c410
commit
5cc6938a6d
1 changed files with 3 additions and 1 deletions
|
@ -198,6 +198,8 @@ services:
|
||||||
max-file: "4"
|
max-file: "4"
|
||||||
depends_on:
|
depends_on:
|
||||||
- invidious-db
|
- invidious-db
|
||||||
|
links:
|
||||||
|
- invidious-db
|
||||||
|
|
||||||
invidious-db:
|
invidious-db:
|
||||||
build:
|
build:
|
||||||
|
@ -205,7 +207,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- invidious-pgdata:/var/lib/postgresql/data
|
- invidious-pgdata:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
invidious-pgdata:
|
invidious-pgdata:
|
||||||
|
|
||||||
|
|
Reference in a new issue