Application Type - Docker
Docker Application is a application that runs Docker containers. You need to specify Docker image and ports.
Example configuration
app:
name: 'fridge-app'
version: '1.1.0'
appType: 'standard'
procType: 'docker'
processProvider:
name: 'DockerOsProcessProviderImpl'
version: '1.0.0'
executable:
start:
imageName: 'onteon/demo-app-fridge:1.1.0'
exposedPort: '${ont_port_1}'
innerPort: '3000'
pullNewerImage: false
successLine: 'Listening at port 3000'
placeHolder:
name: 'PlaceHolderManagerImpl'
version: '1.0.0'
filesToReplace:
variables:
serviceRepository:
healthCheckUrl: 'http://${address}:${ont_port_1}/isAlive'
entities:
- entity:
priority: 1
port: ${ont_port_1}
protocol:
type: 'HTTP'
version: '1.1'
isExternal: true
isInternal: true