mirror of https://github.com/iv-org/invidious.git
Move to an Alpine-based Postgres image
This commit is contained in:
parent
7ec88741a6
commit
385fe4be22
|
@ -34,7 +34,7 @@ services:
|
||||||
- invidious-postgres
|
- invidious-postgres
|
||||||
|
|
||||||
invidious-postgres:
|
invidious-postgres:
|
||||||
image: postgres:14
|
image: postgres:14-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgresdata:/var/lib/postgresql/data
|
- postgresdata:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in New Issue