⬆️ Update postgres Docker tag to v17
This commit is contained in:
parent
cb396ce331
commit
253e30f5f4
2 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ services:
|
||||||
ipv4_address: 172.25.0.25
|
ipv4_address: 172.25.0.25
|
||||||
## Linkwarden
|
## Linkwarden
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:17-alpine
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -206,7 +206,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
wiki-db:
|
wiki-db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: wiki
|
POSTGRES_DB: wiki
|
||||||
POSTGRES_PASSWORD: $DB_PASS
|
POSTGRES_PASSWORD: $DB_PASS
|
||||||
|
|
|
@ -56,7 +56,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellystat-db:
|
jellystat-db:
|
||||||
image: postgres:15.2
|
image: postgres:17.0
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: 'jfstat'
|
POSTGRES_DB: 'jfstat'
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
|
Loading…
Reference in a new issue