diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 21:58:42 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 21:58:42 +0100 |
| commit | 9e80b8cd1e44fcf863d926055d9fa458db46e0d3 (patch) | |
| tree | 1fd262ac79127e60d91f9e7efac9702ec3058cdb /docker/dev/docker-compose.yaml | |
| parent | 42334c32226f0ff3248d6d0c7641b7170ca962ce (diff) | |
Add basic git support
Pushing a commit to a new branch creates a review.
Each project has its own git directory, with githooks installed
that talkes with server process via unix sockets.
Diffstat (limited to 'docker/dev/docker-compose.yaml')
| -rw-r--r-- | docker/dev/docker-compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/dev/docker-compose.yaml b/docker/dev/docker-compose.yaml index dc8cf74..bfb6ab6 100644 --- a/docker/dev/docker-compose.yaml +++ b/docker/dev/docker-compose.yaml @@ -7,8 +7,8 @@ services: environment: - LDAP_ADMIN_USERNAME=admin - LDAP_ADMIN_PASSWORD=adminpassword - - LDAP_USERS=user01,user02 - - LDAP_PASSWORDS=password1,password2 + - LDAP_USERS=the_jk,user01,user02 + - LDAP_PASSWORDS=password,password1,password2 volumes: - 'openldap_data:/bitnami/openldap' mariadb: |
