diff --git a/backend-a/manifest.yml b/backend-a/manifest.yml index e5b1aec..ec36ad8 100644 --- a/backend-a/manifest.yml +++ b/backend-a/manifest.yml @@ -4,6 +4,7 @@ applications: memory: 32M disk_quota: 32M buildpack: go_buildpack + stack: cflinuxfs3 env: GOPACKAGENAME: example-apps/cats-and-dogs-with-service-discovery/backend-a CATS_PORTS: 7007,7008,7009 diff --git a/backend-b/manifest.yml b/backend-b/manifest.yml index 6af1653..8d71d90 100644 --- a/backend-b/manifest.yml +++ b/backend-b/manifest.yml @@ -4,6 +4,7 @@ applications: memory: 32M disk_quota: 32M buildpack: go_buildpack + stack: cflinuxfs3 env: GOPACKAGENAME: example-apps/cats-and-dogs-with-service-discovery/backend-b CATS_PORTS: 7007,7008,7009 diff --git a/backend/manifest.yml b/backend/manifest.yml index 8b23247..245a993 100644 --- a/backend/manifest.yml +++ b/backend/manifest.yml @@ -4,6 +4,7 @@ applications: memory: 32M disk_quota: 32M buildpack: go_buildpack + stack: cflinuxfs3 env: GOPACKAGENAME: example-apps/cats-and-dogs/backend CATS_PORTS: 7007,7008,7009 diff --git a/frontend/manifest.yml b/frontend/manifest.yml index fb3fd3c..413b4c4 100644 --- a/frontend/manifest.yml +++ b/frontend/manifest.yml @@ -4,5 +4,6 @@ applications: memory: 32M disk_quota: 32M buildpack: go_buildpack + stack: cflinuxfs3 env: GOPACKAGENAME: example-apps/cats-and-dogs/frontend