Docker Compose config, local 389ds/dirsrv, LDAP and user seeds #74

Merged
raucao merged 27 commits from feature/docker_compose into master 2022-12-27 06:26:43 +00:00
Showing only changes of commit 3c40dc98ca - Show all commits

View File

@@ -33,12 +33,15 @@ Running all specs:
### Docker (Compose)
There is a working Dockr Compose config file, which allows you to spin up both
There is a working Docker Compose config file, which allows you to spin up both
an app server for Rails as well as a local 389ds (LDAP) server.
By default, `docker-compose up` will only start the LDAP server, listening on
port 389 on your machine. Uncomment other services in `docker-compose.yml`.
Note that all 389ds data is stored in `tmp/389ds`. So if you want to start over
with a fresh installation, delete both that directory as well as the container.
### LDAP server
See the previous section for quickly spinning up an LDAP server with Docker (or