|
@@ -22,13 +22,13 @@ services:
|
|
# (Adding the "ports" property to this file will not forward from a Codespace.)
|
|
# (Adding the "ports" property to this file will not forward from a Codespace.)
|
|
|
|
|
|
db:
|
|
db:
|
|
- image: postgres:14.3
|
|
|
|
|
|
+ image: postgres:17.2
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|
|
volumes:
|
|
volumes:
|
|
- postgres-data:/var/lib/postgresql/data
|
|
- postgres-data:/var/lib/postgresql/data
|
|
environment:
|
|
environment:
|
|
POSTGRES_PASSWORD: jellyfin
|
|
POSTGRES_PASSWORD: jellyfin
|
|
- POSTGRES_USER: password
|
|
|
|
|
|
+ POSTGRES_USER: jellyfin
|
|
POSTGRES_DB: Jellyfin
|
|
POSTGRES_DB: Jellyfin
|
|
pgadmin:
|
|
pgadmin:
|
|
image: dpage/pgadmin4
|
|
image: dpage/pgadmin4
|