Files
docker-stacks/internal/docker-stacks-webhook/manifest.yml
Peter Parente 8da0d49a80 Webhook to update docker builds page
(c) Copyright IBM Corp. 2016
2016-02-19 16:58:51 -05:00

15 lines
460 B
YAML

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
---
applications:
- name: docker-stacks-webhook
memory: 128M
instances: 1
path: .
buildpack: https://github.com/ihuston/python-conda-buildpack
command: >
jupyter-kernelgateway --KernelGatewayApp.port=$PORT
--KernelGatewayApp.ip=0.0.0.0
--KernelGatewayApp.api=notebook-http
--KernelGatewayApp.seed_uri='./docker-stacks-webhook.ipynb'