Skip to content

v1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thecodrr thecodrr released this 12 Oct 08:44
· 4 commits to master since this release

Note: This is a beta version and NOT ready for use in production.

Changes

  1. Fix a bunch of errors due to the renamed environment variables
  2. The containers now use named volumes instead of creating a folder in $HOME. (If you prefer the old config, you'll have to use a custom docker-compose.yml)
  3. Add health checks for mongodb and minio services

Test drive

wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-beta.1/docker-compose.yml
wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-beta.1/.env
docker compose up

Make sure everything is up and running:

docker ps

All the above services must show (healthy) in the output.