rairprotocol / rair-dapp

Source code for RAIRprotocol ecosystem
Apache License 2.0
1 stars 2 forks source link

Update docker compose with mongodb and download image from hub instead of repo - adjust github actions #28

Closed rairprotocol closed 1 month ago

rairprotocol commented 1 month ago

-how can we create a new dockerhub image that will easily run remote

-remote is better - Arsenii to test drive

-update github actions to understand which is latest images (added tags) - won't know what hash is

sarora180673 commented 1 month ago

docker-compose-web.yml can be used to start app using images available on docker hub. Below command will start the app on local machine by downloading images from Docker hub

docker-compose -f docker-compose-web.yml up -d