- Memory: 300MiB
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 -dNotes:
- The FerretDB bundled DocumentDB can use database
postgresonly by default. If you want to use other database names, you need to edit the PostgreSQL configuration.
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:latestUpgrades should be auto-proposed by Mend Renovate.
Run:
pnpm install --frozen-lockfile
./sync_deps.jsbefore merging.