v1.0-beta.1
Pre-release
Pre-release
Note: This is a beta version and NOT ready for use in production.
Changes
- Fix a bunch of errors due to the renamed environment variables
- 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
) - Add health checks for
mongodb
andminio
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.