Job description
You should create a REST API using the GCP API, which will allow you to perform the various steps below (the order will probably be important)
1) You should create a bucket in storage named APP_NAME,
2) You should run the cloud run from the backend according to the docker image from artifactory (with the latest tag) with a set of environment variables and exposing port 3333
3) You should run the cloud run from the front-1 according to the docker image from artifactory (with the latest tag) with the environment variable API_URL - backend address and exposing port 4300
4) You should run the cloud run from front-2 according to the docker image from artifactory (with the latest tag) with the API_URL environment variable - backend address and exposing port 4200
5) Network the instances - publicly accessible each of the three ports at APP_NAME.app.phizjo.pro, with paths:
- for backend: /api
- for front-1: /
- for front-2: /customer
6) For individual Clud runs, set the appropriate environment variables (some fixed, some resulting from each stage).