self-host FrontAccounting with no effort
1- Clone this Repo
git clone https://github.com/omarmoo5/fa-docker-compose.git --depth 1 && cd ./fa-docker-compose2- Clone FA Official Repo
git clone https://github.com/FrontAccountingERP/FA --depth 1 && sudo chown -R 33 ./FA3- Create env file
cp ./.env.example ./.env && nano ./.env4- Run the app
docker compose up -d5- Visit Here
| Variable | Value |
|---|---|
| DB url | db |
| DB name | fa-db |