StandardNotes & Docker

April 20, 2019 ยท View on GitHub

This repository contains all the configuration to generate the StandardNotes Docker's image.

Usage

  • Build the image
docker build -t standardfile .
  • Run the stack
docker-compose up -d
  • Run the database migrations
docker exec -it standardfile_app bundle exec rails db:create db:migrate

You may need to restart the docker-compose after running the migration docker-compose restart.

License

MIT