Skip to content

Due to the increase in Arm64 architecture many existing docker images and applications are unable to run and give compilation errors. In order to solve this issue we must create our own image.

Notifications You must be signed in to change notification settings

starmunchies/docker-mongo-bi-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for setting up the mongo-bi-connector arm64 in a container

Usage

docker build -t mongo-bi-connector .

docker compose up

Enviroment Variables

Add to an .env file or can be specified in a Docker-compose file.

  • MONGO_URI
  • MONGO_USERNAME
  • MONGO_PASSWORD
  • MONGO_AUTH_SOURCE

As the key is generated and added all you have to do is to append any certificates that connect to this service. This can be done by using a volume and loading it on containers that need to append keys.

FAQ

Sometimes the connector connects before my mongo db is loaded thus failing.

To get around this in your compose file add mongo as a dependency.

About

Due to the increase in Arm64 architecture many existing docker images and applications are unable to run and give compilation errors. In order to solve this issue we must create our own image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 61.4%
  • Shell 38.6%