django-ledger icon indicating copy to clipboard operation
django-ledger copied to clipboard

docker compose file

Open simevo opened this issue 1 year ago • 3 comments

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 avatar Dec 05 '23 11:12 simevo

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

:thinking:

simevo avatar Dec 05 '23 13:12 simevo

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

elarroba avatar Dec 05 '23 19:12 elarroba

@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!

elarroba avatar Dec 07 '23 22:12 elarroba

@elarroba I created PR kindly review it.

MateehUllah avatar Mar 28 '24 03:03 MateehUllah