# We're creating the manifest ahead of time as we want to test the service with a count > 1. name: hello type: Load Balanced Web Service image: build: dockerfile: src/Dockerfile context: src port: 3000 http: path: '/' alias: test.${DOMAINNAME} cpu: 256 memory: 512 count: 1 environments: prod: http: alias: prod.${DOMAINNAME}