mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Add commented keycloak docker compose entry.
This commit is contained in:
parent
f566d2a0da
commit
1c959a6653
1 changed files with 17 additions and 0 deletions
|
@ -24,6 +24,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
# - keycloak
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- "user_data:/home/penpot/"
|
- "user_data:/home/penpot/"
|
||||||
|
@ -115,6 +116,22 @@ services:
|
||||||
- PENPOT_LDAP_ATTRS_FULLNAME=cn
|
- PENPOT_LDAP_ATTRS_FULLNAME=cn
|
||||||
- PENPOT_LDAP_ATTRS_PHOTO=jpegPhoto
|
- 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:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
command: postgres -c config_file=/etc/postgresql.conf
|
command: postgres -c config_file=/etc/postgresql.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue