This commit is contained in:
Schneider Roland 2024-09-25 21:54:06 +02:00
parent 73406dad47
commit 19ad2f6c7e
2 changed files with 13 additions and 11 deletions

View File

@ -5,8 +5,8 @@ services:
container_name: openldap container_name: openldap
hostname: openldap hostname: openldap
ports: ports:
- "389:389" - "4105:389"
- "636:636" - "4106:636"
volumes: volumes:
# - ./data/certificates:/container/service/slapd/assets/certs # - ./data/certificates:/container/service/slapd/assets/certs
- ldap_data:/var/lib/ldap - ldap_data:/var/lib/ldap
@ -17,7 +17,7 @@ services:
- LDAP_ADMIN_USERNAME=admin - LDAP_ADMIN_USERNAME=admin
- LDAP_ADMIN_PASSWORD=admin_pass - LDAP_ADMIN_PASSWORD=admin_pass
- LDAP_CONFIG_PASSWORD=config_pass - LDAP_CONFIG_PASSWORD=config_pass
- "LDAP_BASE_DN=dc=alibnr,dc=com" - "LDAP_BASE_DN=dc=rschneider,dc=hu"
# - LDAP_TLS_CRT_FILENAME=server.crt # - LDAP_TLS_CRT_FILENAME=server.crt
# - LDAP_TLS_KEY_FILENAME=server.key # - LDAP_TLS_KEY_FILENAME=server.key
# - LDAP_TLS_CA_CRT_FILENAME=alibnr.com.ca.crt # - LDAP_TLS_CA_CRT_FILENAME=alibnr.com.ca.crt
@ -32,7 +32,7 @@ services:
container_name: phpldapadmin container_name: phpldapadmin
hostname: phpldapadmin hostname: phpldapadmin
ports: ports:
- "80:80" - "4104:80"
environment: environment:
- PHPLDAPADMIN_LDAP_HOSTS=openldap - PHPLDAPADMIN_LDAP_HOSTS=openldap
- PHPLDAPADMIN_HTTPS=false - PHPLDAPADMIN_HTTPS=false

View File

@ -4,10 +4,12 @@
router redirects port range 4100-4200 to the infra server router redirects port range 4100-4200 to the infra server
| port | service | description | | port | service | description |
|------|----------|-------------| |------|----------|----------------|
| 4100 | gitea | web | | 4100 | gitea | web |
| 4101 | gitea | ssh | | 4101 | gitea | ssh |
| 4102 | xwiki | web | | 4102 | xwiki | web |
| 4103 | keycloak | web | | 4103 | keycloak | web |
| | | | | 4104 | ldap | web |
| 4105 | ldap | ldap/slapd |
| 4106 | ldap | ldap/slapd/ssl |