arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
917 stars 215 forks source link

docker compose file #176

Closed simevo closed 5 months ago

simevo commented 9 months ago

It would make it easier to try out django-ledger if a containerized set up was available. Either here or in https://github.com/arrobalytics/django-ledger-starter

Just docker-compose up then http://localhost:8000/ledger

I see this has been already brought up in the past (#125).

I am happy to contribute a setup similar to this one with adminer service to access the DB.

simevo commented 9 months ago

I created a prototype here: https://github.com/simevo/django-ledger-starter/tree/dockerize ... but hit #178.

:thinking:

elarroba commented 9 months ago

@simevo I just created a pull request for review... thanks for suggesting this.

elarroba commented 9 months ago

@simevo Instead of overriding the instructions I think it's best to add a new Docker section with docker-specific instructions. This way the package is documented for non-Docker users as well.

Could you please correct? Thanks!

MateehUllah commented 5 months ago

@elarroba I created PR kindly review it.