I used this docker compose to deploy Boundary:
To make sure I am using the latest version, I changed the tag for each docker image in docker compose
changed the postgres image tag to 14,
changed the db-init and boundary tag to 0.19.0
then I deployed the docker compose.
After that, I could access the UI but couldn’t log in using the admin user, so I need you to guide me on how to generate the admin user.
Note:
regarding to cassandra, Mmysql, and redis, I removed them from the deployment.