# We're creating the manifest ahead of time as we want to test the service with a count > 1. name: frontend type: Load Balanced Web Service image: build: dockerfile: src/Dockerfile context: src port: 3000 http: path: '/' alias: ["frontend.${DOMAINNAME}", "${DOMAINNAME}"] additional_rules: - path: 'admin' target_port: 3002 healthcheck: '/admin' alias: ["frontend.${DOMAINNAME}", "${DOMAINNAME}"] cpu: 256 memory: 512 count: 1