Skip to content

Commit

Permalink
Add openldap and mailhog services
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jun 7, 2024
1 parent be96efc commit c7d01e1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,22 @@ jobs:
env:
ZK_HOST: zookeeper:2181
options: -e cloud

mailhog:
image: mailhog/mailhog:v1.0.1
ports:
- 1025:1025
openldap:
image: docker.io/bitnami/openldap:2.6
ports:
- 1389:1389
- 1636:1636
env:
BITNAMI_DEBUG: true
LDAP_ROOT: dc=roda,dc=org
LDAP_SKIP_DEFAULT_TREE: yes
LDAP_ADMIN_USERNAME: admin
LDAP_ADMIN_PASSWORD: roda
LDAP_EXTRA_SCHEMAS: cosine,inetorgperson,nis,pbkdf2
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c7d01e1

Please sign in to comment.