Ai
1 Star 1 Fork 0

gitee/jupyterhub-deploy-docker-localhost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-cliff.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Herman Tolentino 提交于 2021-09-26 07:12 +08:00 . updated Docker compose files
# docker-compose file to build CLIFF-CLAVIN server
# Steps:
# 1. Build the docker image: docker-compose -f docker-compose-cliff.yml build
# 2. Start up the Docker container (takes a while to build): docker-compose -f docker-compose-cliff.yml up -d
# 3. Monitor the progress of the build: docker-compose -f docker-compose-cliff.yml logs -t -f --tail='all'
# 4. Continue to run in the background: Press Ctrl-C, the CLIFF-CLAVIN server will be running in the background.
#
# Maintainer: Herman Tolentino
# Last Update: 06 Jan 2020
version: "3"
services:
cliff:
hostname: cliff
image: rahulbot/cliff-clavin
#build:
# dockerfile: server_apps/cliff/Dockerfile.1
# args:
# CLIFF_VERSION: 2.6.1
#context: server_apps/cliff/.
environment:
CLIFF_VERSION: 2.6.1
container_name: cliff
restart: always
env_file:
- .env
ports:
- "8080:8080"
healthcheck:
test: "curl -f http://localhost:8080/ || false"
timeout: 3s
retries: 3
networks:
default:
external:
name: ${DOCKER_NETWORK_NAME}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Microbion/jupyterhub-deploy-docker-localhost.git
git@gitee.com:Microbion/jupyterhub-deploy-docker-localhost.git
Microbion
jupyterhub-deploy-docker-localhost
jupyterhub-deploy-docker-localhost
master

搜索帮助