mdouchement / standardnotes

Dockerization of Standard File server. Used for running your own Standard Notes server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StandardNotes & Docker

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

About

Dockerization of Standard File server. Used for running your own Standard Notes server

License:MIT License


Languages

Language:Dockerfile 79.4%Language:Ruby 20.6%