All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Made the go binaries (any-sync-coordnator, any-sync-node, any-sync-filenode) executable in Dockerfile
- Fixed the startup script to run the go binaries (any-sync-coordnator, any-sync-node, any-sync-filenode) in the correct way
- Split whole build process into three separate images to make it easier to analyze docker logs
- Added docker-compose-example.yaml with minio, mongodb, and redis
- Added .env.example and replaced environment variables in docker-compose-example.yaml with reference to .env.example file
- Added CHANGELOG.md as separate file
- golang:1.19-bullseye as base image (golang:1.19 is currently supported by Anytype)
- Additional dependencies to git clone Anytype repos
- Clone and install any-sync-tool
- Clone and build any-sync-coordinator