Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 876e5cd737 | |||
| d20120d708 |
2 changed files with 3 additions and 3 deletions
|
|
@ -34,8 +34,8 @@
|
|||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"excludePackageNames": [
|
||||
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
"matchPackageNames": [
|
||||
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ services:
|
|||
- POSTGRES_DB=mailmandb
|
||||
- POSTGRES_USER=mailman
|
||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:14-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue