Skip to content
Snippets Groups Projects
Commit 58f44abc authored by jurgenhaas's avatar jurgenhaas
Browse files

Lock postgres to version 11

parent aefa742a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
force_source: yes
with_items:
- jboss/keycloak
- postgres
- postgres:11
notify:
- Re-create the keycloak containers
......
......@@ -6,7 +6,7 @@ volumes:
services:
postgres:
image: postgres
image: 'postgres:11'
volumes:
- postgres_data:/var/lib/postgresql/data
- /var/backups/keycloak/{{ item.id }}:/tmp/backups
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment