0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

📎 Add commented keycloak docker compose entry.

This commit is contained in:
Andrey Antukh 2021-11-22 08:57:20 +01:00
parent f566d2a0da
commit 1c959a6653

View file

@ -24,6 +24,7 @@ services:
depends_on:
- postgres
- redis
# - keycloak
volumes:
- "user_data:/home/penpot/"
@ -115,6 +116,22 @@ services:
- PENPOT_LDAP_ATTRS_FULLNAME=cn
- PENPOT_LDAP_ATTRS_PHOTO=jpegPhoto
# keycloak:
# image: "quay.io/keycloak/keycloak:15.0.2"
# environment:
# - DB_VENDOR=POSTGRES
# - DB_ADDR=postgres
# - DB_DATABASE=keycloak
# - DB_USER=keycloak
# - DB_SCHEMA=public
# - DB_PASSWORD=keycloak
# - KEYCLOAK_USER=admin
# - KEYCLOAK_PASSWORD=admin
# expose:
# - '8080'
# ports:
# - "8080:8080"
postgres:
image: postgres:13
command: postgres -c config_file=/etc/postgresql.conf