hyades icon indicating copy to clipboard operation
hyades copied to clipboard

Docker-Compose fresh install minor issue

Open mikesindieiev opened this issue 8 months ago • 7 comments

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

Screenshot 2024-06-11 at 10 53 40

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.

image

Steps to Reproduce

Make a fresh installation of hyades:

  1. docker-compose --profile demo down
  2. Remove hyades-related docker volumes
  3. docker-compose --profile demo up -d --pull always
  4. 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

mikesindieiev avatar Jun 11 '24 09:06 mikesindieiev