Compare commits
3 commits
8fbd9e808e
...
bc1685ecd3
| Author | SHA1 | Date | |
|---|---|---|---|
| bc1685ecd3 | |||
|
282e82728b |
|||
|
f842723e9a |
3 changed files with 8 additions and 4 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
"schedule:daily",
|
|
||||||
":ignoreUnstable"
|
":ignoreUnstable"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
@ -20,5 +19,10 @@
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"docker-compose": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15.14
|
image: postgres:18.0@sha256:b5b154cfe5bfed10a2e68f9d064ab76cebf28b4c80bedf714e6b500f839fbe9d
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- keycloak
|
- keycloak
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ services:
|
||||||
- POSTGRES_DB=mailmandb
|
- POSTGRES_DB=mailmandb
|
||||||
- POSTGRES_USER=mailman
|
- POSTGRES_USER=mailman
|
||||||
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
||||||
image: postgres:12-alpine
|
image: postgres:18-alpine@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mailman/database:/var/lib/postgresql/data
|
- /opt/mailman/database:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue