Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
/ GOB-Infra Public archive

GOB Infrastructure components

License

Notifications You must be signed in to change notification settings

Amsterdam/GOB-Infra

GOB-Infra

GOB Infrastructure components.

The required GOB infrastructure components are:

  • Shared network and volume
  • Message Broker
  • Database
  • Management Database

Shared network and volume

# Create a shared network
docker network create gob-network

Message Broker, Storage and Management Database

docker compose up -d

Message Broker

RabbitMQ operates on port 5672 (used by Advanced Message Queuing Protocol (AMQP) 0-9-1 and 1.0 clients).

The RabbitMQ management interface is available at port 15672:

http://localhost:15672

Default username and password for the local RabbitMQ instance are guest / guest.

Database

The local GOB data storage runs at port 5406, username gob, empty password.

The local GOB management storage runs at port 5407, username gob, empty password.

About

GOB Infrastructure components

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published