Skip to content

Jamesits/docker-meshcentral2

Repository files navigation

MeshCentral2 Docker Image

Works - On My Machine Project Status - Feature Complete Docker Image Version

System Requirements

  • Memory: 300MiB

Usage

Docker Compose

Example with FerretDB or MongoDB has been provided.

cd contrib/docker-compose-ferretdb
cp -r example deployment

# edit your passwords in deployment/*.env
docker compose up -d

Notes:

  • The FerretDB bundled DocumentDB can use database postgres only by default. If you want to use other database names, you need to edit the PostgreSQL configuration.

Docker

You need to set up your own config and database.

docker run --name=meshcentral2 \
	--restart=unless-stopped \
	-e NODE_ENV=production \
	-p 80:80 \
	-p 443:443 \
	-p 4443:4443 \
	-it docker.io/jamesits/meshcentral2:latest

Development

Upgrading

Upgrades should be auto-proposed by Mend Renovate.

Run:

pnpm install --frozen-lockfile
./sync_deps.js

before merging.

About

Automated OCI container build for MeshCentral 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •