These instructions only apply for free self-hosting features, not Enterprise features (feature list).
Read the self-hosting instructions before deploying to production.
Create a VM
Go to the Compute Engine service and click CREATE INSTANCE. Create an instance with default settings except:e2-mediumfor testing,e2-standard-2for production- Enable Allow HTTP traffic and Allow HTTPS traffic
Install Docker
Go to your Compute Engine instance page and click SSH. Install Docker & Docker Compose with the following commands:Refresh the VM console page to activate the new configuration.