hyades
hyades copied to clipboard
Docker-Compose fresh install minor issue
Current Behavior
I am running hyades via docker-compose as described in the quick start guide:
docker-compose --profile demo up -d --pull always
By default it uses arm64 images which match to my mac archetecture. I did not check if this issue exists on x86_64 images.
On the first run frontend returns 503 http error during login
But once I execute docker-compose --profile demo down
and docker-compose --profile demo up -d --pull always
everything works fine
Additionally, Postgres healthcheck does not work properly on arm64
It continuously echoes FATAL: role "root" does not exist
. I did not check if this issue exists on x86_64 images as well.
Steps to Reproduce
Make a fresh installation of hyades:
-
docker-compose --profile demo down
- Remove hyades-related docker volumes
-
docker-compose --profile demo up -d --pull always
- Navigate to http://localhost:8081
Expected Behavior
Login should work on the first run
Hyades Version
Versions are hardcoded in the docker-compose file - https://github.com/DependencyTrack/hyades/blob/601d221dfd7e277007b75b70d12c9d1e9ea948f8/docker-compose.yml
Repository Type
Hyades services
Browser
Google Chrome
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this defect was already reported