Devex#1599
Open
James-Burgess wants to merge 6 commits into
Open
Conversation
- Docker image now builds the war file as a build stage so devs dont need java installed. - Full compose setup to run all services - replace smtp with mailhog for local emails
martinkilombe
approved these changes
Jun 4, 2026
martinkilombe
left a comment
There was a problem hiding this comment.
Pulled the branch, ran docker compose up, and the stack came up cleanly. Wildbook is accessible default login works (tomcat / tomcat123), and outbound emails are captured correctly in MailHog at http://localhost:8025. OpenSearch and PostgreSQL both pass their health checks before Wildbook starts, so the startup ordering is solid.
1. Docker compose up
2. Docker compose ps Screenshot to show services running:
3. Homepage loading
4. Login section
5. Mailhog services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Docker and Docker compose setup for easy running.
Just
docker compose upand have the full wildbook stack running.Zero breaking changes to original workflow, you can still run the old docker configs.
Coming up
Checklist
Before you Submit!