Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrienkoAleksandr/595024d0904cf69fc044eac77330c999 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/595024d0904cf69fc044eac77330c999 to your computer and use it in GitHub Desktop.
{
"environments": {
"default": {
"machines": {
"e": {
"env": {},
"volumes": {},
"servers": {},
"installers": [
"org.eclipse.che.terminal",
"org.eclipse.che.ws-agent"
],
"attributes": {
"memoryLimitBytes": "2147483648"
}
},
"theia": {
"env": {
"THEIA_PLUGINS": "che-theia-terminal:https://github.com/AndrienkoAleksandr/che-theia-terminal-plugin.git"
},
"volumes": {
"theia": {
"path": "/home/theia"
}
},
"servers": {
"theia": {
"attributes": {},
"protocol": "http",
"port": "3000"
}
},
"installers": [],
"attributes": {
"memoryLimitBytes": "2147483648"
}
},
"terminal": {
"env": {},
"volumes": {},
"servers": {
"terminal-exec": {
"attributes": {
"type": "terminal"
},
"protocol": "ws",
"port": "4444"
}
},
"installers": [],
"attributes": {
"memoryLimitBytes": "2684354560"
}
}
},
"recipe": {
"contentType": "application/x-yaml",
"type": "compose",
"content": "services:\n terminal:\n image: 'aandrienko/machine-exec:latest'\n mem_limit: 2147483648\n e:\n image: eclipse/ubuntu_jdk8\n mem_limit: 2147483648\n theia:\n image: 'aandrienko/theia:0.3.8'\n mem_limit: 2147483648\n"
}
}
},
"commands": [],
"projects": [],
"defaultEnv": "default",
"name": "theia-terminal-ws",
"links": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment