Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 563 Bytes

Finance

Home app for finance tracking.

Install

Docker is required to use this app. Install Docker Desktop and then run in terminal command:

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

When the application is running, open it in the browser on the localhost. You can change host in .env file or create your own .env.local and use another command:

docker-compose --env-file .env.local -f docker-compose.yml -f docker-compose.prod.yml up -d