https://github.com/ezitisitis/firefly-iii-docker-compose
Firefly and CSV-importer docker-compose
https://github.com/ezitisitis/firefly-iii-docker-compose
Last synced: 10 months ago
JSON representation
Firefly and CSV-importer docker-compose
- Host: GitHub
- URL: https://github.com/ezitisitis/firefly-iii-docker-compose
- Owner: ezitisitis
- Created: 2021-03-07T12:30:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T22:31:35.000Z (over 4 years ago)
- Last Synced: 2025-03-24T15:21:56.500Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefly III docker-compose
This repository contains docker-compose files for Firefly III app and Firefly
III CSV importer.
## Setup
### Local
Execute pre-install script.
```bash
bash pre-install.sh
```
After that run shell script for the according app.
**Firefly III**
```bash
bash install_app.sh
```
**CSV importer**
```bash
bash install_importer.sh
```
### Production
#### Run
To run Firefly III execute:
```bash
docker-compose -f docker-compose-firefly.yml up -d
```
To run Firefly III CSV importer execute:
```bash
docker-compose -f docker-compose-importer.yml up -d
```
#### Stop
To stop Firefly III execute:
```bash
docker-compose -f docker-compose-firefly.yml stop
```
To stop Firefly III CSV importer execute:
```bash
docker-compose -f docker-compose-importer.yml stop
```
## TODO
* Add missing links to README.md
* Add prerequisites
* Add base/helper for production install