2024-07-26 13:46:05 +02:00
|
|
|
version: '3.4'
|
|
|
|
|
|
|
|
services:
|
2024-10-28 14:58:11 +01:00
|
|
|
oc-auth:
|
|
|
|
image: 'oc-auth:latest'
|
2024-07-26 13:46:05 +02:00
|
|
|
ports:
|
2024-10-28 14:58:11 +01:00
|
|
|
- 8094:8080
|
|
|
|
container_name: oc-auth
|
|
|
|
environment:
|
|
|
|
PVK_PATH: /etc/oc/pvk.pem
|
|
|
|
LDAP_ENDPOINTS: ldap:389
|
|
|
|
LDAP_BINDDN: cn=admin,dc=example,dc=com
|
|
|
|
LDAP_BINDPW: password
|
|
|
|
LDAP_BASEDN: "dc=example,dc=com"
|
|
|
|
LDAP_ROLE_BASEDN: "ou=AppRoles,dc=example,dc=com"
|
|
|
|
networks:
|
|
|
|
- catalog
|
|
|
|
networks:
|
|
|
|
catalog:
|
|
|
|
external: true
|