Semi permanent shared dev environment

Hello,

I was wondering if we could host our shared dev environment in Qovery. This would be a Postgres database, Redis, and a few backend Go services.

I would then like to point my ephemeral dev environments to the shared Postgres database.

Another solution might be to run Postgres outside of Qovery in AWS.

Thanks.

Hi @rjohnson ,

I like your question. What you are looking for is what we call Preview Services or Ephemeral Services. I’ve just published an article last week on this topic.

Basically, you can easily clone your Go services (CLI only at the moment - soon in the web UI as well) inside your shared environment and they will connect to the same database.

Does it respond to your question?

Romaric.