mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
15 lines
460 B
YAML
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'
|