Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`