Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 564 Bytes

YggFinance Release

Deploying the Project

Accessing the Web App

Monitoring the Running Project

  • RUN docker-compose logs -f in this directory.
  • You can stop monitoring by using Ctrl+C or closing the console window

Safely Stopping the Running Project

  • RUN docker-compose down in this directory.