Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturalcrit/homebrewery
Create authentic looking D&D homebrews using only markdown
https://github.com/naturalcrit/homebrewery
dnd hacktoberfest homebrewery markdown rpg stylesheet
Last synced: 27 days ago
JSON representation
Create authentic looking D&D homebrews using only markdown
- Host: GitHub
- URL: https://github.com/naturalcrit/homebrewery
- Owner: naturalcrit
- License: mit
- Created: 2015-11-14T04:18:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T14:23:38.000Z (5 months ago)
- Last Synced: 2024-05-29T18:36:22.407Z (5 months ago)
- Topics: dnd, hacktoberfest, homebrewery, markdown, rpg, stylesheet
- Language: JavaScript
- Homepage: https://homebrewery.naturalcrit.com
- Size: 74.4 MB
- Stars: 1,022
- Watchers: 35
- Forks: 314
- Open Issues: 253
-
Metadata Files:
- Readme: README.DOCKER.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# Running Homebrewery via Docker
The repo includes a Dockerfile and a docker-compose.yml file.
To run the application via docker-compose.yml:
`docker-compose up -d`To stop the application:
`docker-compose down`To stop the application and remove all data:
`docker-compose down -v`