Skip to content
Snippets Groups Projects
Commit e803220a authored by Jens Sandmann's avatar Jens Sandmann
Browse files

upgrade keycloak and postgres & lint

parent f8436e42
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@
version: "3"
services:
app:
image: jboss/keycloak:12.0.4
image: jboss/keycloak:16.1.1
restart: always
depends_on:
- db
......@@ -30,28 +30,28 @@ services:
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=8080
networks:
- default
- default
- mail
- web
- web
db:
image: postgres:13.2
image: postgres:13.6
restart: always
volumes:
- /srv/keycloak/db:/var/lib/postgresql/data
environment:
POSTGRES_DB: keycloak
POSTGRES_USER: keycloak
POSTGRES_PASSWORD: "{{ postgres_user_pass }}"
POSTGRES_PASSWORD: "{{ postgres_user_pass }}"
networks:
- default
- default
sync-group-active:
build:
build:
context: /srv/keycloak/sync-group-active/
dockerfile: /srv/keycloak/sync-group-active/Dockerfile
restart: always
......@@ -60,11 +60,11 @@ services:
volumes:
- /srv/keycloak/sync-group-active/:/usr/src/app/
networks:
- default
- default
networks:
mail:
external: true
external: true
web:
external: true
external: true
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