https://github.com/omarmoo5/fa-docker-compose
FrontAccounting with docker compose
https://github.com/omarmoo5/fa-docker-compose
docker docker-compose frontaccounting
Last synced: 5 months ago
JSON representation
FrontAccounting with docker compose
- Host: GitHub
- URL: https://github.com/omarmoo5/fa-docker-compose
- Owner: omarmoo5
- Created: 2025-08-31T20:34:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T23:17:35.000Z (7 months ago)
- Last Synced: 2025-12-25T12:49:38.611Z (6 months ago)
- Topics: docker, docker-compose, frontaccounting
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Front Accounting using Docker Compose
self-host [FrontAccounting](https://frontaccounting.com/) with no effort
## Quickstart
1- Clone this Repo
```bash
git clone https://github.com/omarmoo5/fa-docker-compose.git --depth 1 && cd ./fa-docker-compose
```
2- Clone FA Official Repo
```bash
git clone https://github.com/FrontAccountingERP/FA --depth 1 && sudo chown -R 33 ./FA
```
3- Create env file
```bash
cp ./.env.example ./.env && nano ./.env
```
4- Run the app
```bash
docker compose up -d
```
5- [Visit Here](http://localhost:81)
| Variable | Value |
|----------|-------|
| DB url | db |
| DB name | fa-db |