HiveBrain v1.2.0
Get Started
← Back to all entries
patterndockerMinor

Can I use docker compose to run application container and its dependencies on google cloud or digital ocean, the same as locally?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
canthesamecontainerapplicationgoogledockerdigitallocallycloud

Problem

I have a spring boot application, angular front end app, couchbase, and redis. They are all defined in a docker compose yaml file. I can make the application up and running locally. Is there a way to use docker compose tools/commands to do the same in google cloud or digital ocean?

Solution

If you don't want/need platform-specific integrations and transforming your services to a cloud I guess GCP Compute Engine is for you -- it's like a usual virtual machine that you can start, SSH to it and have all privileges to install and run software the same way you did it on your dev machine.

Context

StackExchange DevOps Q#13296, answer score: 2

Revisions (0)

No revisions yet.