Docker Installation and update

Modified on Mon, 8 Jan at 11:22 AM

Installation


1) Import docker image to local docker storage.


docker load < newired-portal-24.0.0.tar
docker load < newired-minio-24.0.0.tar
docker load < newired-database-24.0.0.tar


2) Copy your license file to this folder `./newired.license`



3) Edit `docker-compose.yml` file.

  • Set MAC address from file `newired.license`
  • Set public domain name env variable NEWIRED_DOMAIN (only for internal application settings)
  • Set admin password
  • Set SMTP config


4) Run application.


docker-compose up -d


5) Open browser with address `http://localhost:8090` or `https://localhost:8443`


Note: It is only a self sign certificate for https (We recommend using a reverse proxy)


Update to new version

1) Shut down application.

docker-compose down


2) Import docker image to local docker storage.


docker load < newired-portal-24.0.0.tar
docker load < newired-minio-24.0.0.tar
docker load < newired-database-24.0.0.tar

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article