Sign inSign up

dracks/mrscrooge

By dracks

Updated 18 days ago

Is an app to import all you expenses and revenues, to obtain graphs of your monetary info.

Image
1

10K+

dracks/mrscrooge repository overview

Tags

  • v2.0.0, v2.0.0-postgres
  • v1.2.0, v1.2.0-postgres
  • 1.1.0
  • 1.0.0
  • MVP

Quick References

Usage

docker run -p 80:80 -e DEMODATA="true" dracks/mrscrooge:MVP

It will wake up the application with demodata autogenerated and user demo with password demo

Environment variables

  • DEMOUSER: default "demo" it is used to create a user, change it to create other user
  • DEMOPASSWORD: default "demo" is for set the password that should be created by default
  • DEMODATA: Only for demostration purpouses, if is set to true, it will generate some data randomly.

You can take a look on the script that will use it:https://github.com/Dracks/finances/blob/develop/config/sqlite/start.sh

Postgres environment variables
  • DB_HOST: default postgres, the host of the database
  • DB_USER: default postgres, the user to connect to the database
  • DB_PASSWORD: default postgres, the password to use to connect to the database
  • DB_NAME: default mrscrooge, the database name

You can take a look at this docker-compose to use the postgres https://github.com/Dracks/mr-scrooge/blob/master/docker/postgres/docker-compose.yml

Tag summary

Content type

Image

Digest

sha256:d7e305e0e

Size

116 MB

Last updated

18 days ago

docker pull dracks/mrscrooge