The Docker configuration for Giga Meter is an effort powered by people within the community. Giga Meter does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
Make sure you have docker & docker compose installed on the server or system.
Note: docker compose without the hyphen is now the primary method of using docker-compose, per the Docker documentation.
We have added a docker file which can be used to create an image and deploy the app in your infrastructure. You can have a look at the file
here.
Building docker image is quite straight forward and can be done using the following command
The application is running on port 3000. The following command runs the docker container on port 3000