I’m very interested in running Macro self-hosted on a Synology NAS using Docker.
I tried setting up the current local/self-hosted stack. Macro is a very interesting product for this use case, but the current setup requires compiling many Rust services and manually preparing several infrastructure components and dependencies.
For smaller self-hosted installations, an official pre-built Docker deployment would make Macro much more accessible.
Ideally, there would be something like:
docker compose pull
docker compose up -d
with official pre-built images for the required Macro services, rather than requiring users to compile the Rust services themselves.
This would be particularly useful for users running Macro on:
- Synology NAS
- Unraid
- Proxmox
- small home servers
- small business self-hosted environments
Macro itself looks extremely promising for this type of environment. I would seriously consider using it for a small committee/workgroup if there were a straightforward and maintainable Docker-based self-hosting option.
Question:
Are official pre-built Docker images and/or a simplified production-ready Docker Compose deployment for self-hosting planned?
Thanks!
I’m very interested in running Macro self-hosted on a Synology NAS using Docker.
I tried setting up the current local/self-hosted stack. Macro is a very interesting product for this use case, but the current setup requires compiling many Rust services and manually preparing several infrastructure components and dependencies.
For smaller self-hosted installations, an official pre-built Docker deployment would make Macro much more accessible.
Ideally, there would be something like:
with official pre-built images for the required Macro services, rather than requiring users to compile the Rust services themselves.
This would be particularly useful for users running Macro on:
Macro itself looks extremely promising for this type of environment. I would seriously consider using it for a small committee/workgroup if there were a straightforward and maintainable Docker-based self-hosting option.
Question:
Are official pre-built Docker images and/or a simplified production-ready Docker Compose deployment for self-hosting planned?
Thanks!