简体   繁体   中英

Deploy 2 containers to Google App Engine Flexible Environment Docker

I have a web app running packed in Docker and running in Google App Engine Flexible Environment.

Now I have a worker which also is packed in Docker, this one doesn't have any HTTP listeners.

Is it possible to run both containers in the same Google App Engine app?

In Google App Engine, currently there is no functionality to compose two or more docker images as a single application, like Docker compose or pods in Kubernetes.

I recommend having a look at This question and answer .

Basically the only option is multi-process container (using a startup script that starts both of your services).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM