JokerQyou / standardnotes-dockerized

Self-host your own Standard Notes instance.
GNU Affero General Public License v3.0
3 stars 0 forks source link
docker docker-compose self-hosting standard-file standardnotes

standardnotes-dockerized

TravisCI build status

Self-host your own Standard Notes instance.

Notice

API server is replaced with the Golang version.

To build

To build the golang sync server:

docker build -f Dockerfile_go_server -t mcores/standardfile-go .

To build the web app:

docker build -f Dockerfile_web -t mcores/standardnote-web .

To deploy

TBD