pad(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
This commit is contained in:
parent
6bc872f1c0
commit
34958a0584
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:15-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_USER=hedgedoc"
|
- "POSTGRES_USER=hedgedoc"
|
||||||
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
|
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
|
||||||
- "POSTGRES_DB=hedgedoc"
|
- "POSTGRES_DB=hedgedoc"
|
||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/postgresql/data
|
- database:/var/lib/postgresql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
app:
|
app:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue