Skip to content

docker-compose.yml Incompatibilities with B2RI documentation #327

@NoeRzPz

Description

@NoeRzPz

Hi, on B2RI documentations there is an alert informing that the external tools are compiled for x86-64 architecture, but line 127 of docker-compose.yml use an image compiled for arm64 architecture. I would suggest commenting this line and uncommenting line 126. Also I would suggest to change container name in line 39, and use the same name as in B2RI documentation (mongo)
Screenshot from 2024-05-19 10-02-58
as well as add - my-app-network to mongo-express container in line 66. Applying those changes would allow to change line 33 in beacon2-ri-tools/config.yaml for: mongodburi: mongodb://root:example@mongo:27017/beacon?authSource=admin and avoid problems when we are not working on a localhost (127.0.0.1).
I hope these suggestions will be useful for a smoother implementation.

Best wishes,
Noelia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions