Hello,
I signed up for Neon cloud service, but the free tier is a bit too limiting for me. Instead, I would like to self-host Neon on an Ubuntu Linux VM.
I am not currently planning to use the Kubernetes Helm Chart, although it’s convenient to have that as an option. Rather, I am planning to use Docker with Docker Compose to deploy the Neon environment.
I couldn’t find any documentation about getting started with a self-hosted deployment. However, I did notice that there’s a Docker Compose folder at the root of the project.
- Are there any special directions to deploy this stack?
- Is it as simple as
cd
into thedocker-compose
directory and rundocker-compose up --detach
? - What customization options should I be aware of in the Docker Compose deployment?
- If I already have Minio running separately, can I just point to that server? How?
I’m excited to play with Neon more, and am planning to create some video training covering it! Thanks!