-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose file #176
Comments
I created a prototype here: https://github.com/simevo/django-ledger-starter/tree/dockerize ... but hit #178. 🤔 |
@simevo I just created a pull request for review... thanks for suggesting this. |
@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? |
@elarroba I created PR kindly review it. |
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/ledgerI 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.
The text was updated successfully, but these errors were encountered: