Skip to content

Instantly share code, notes, and snippets.

@Lyuji282
Created April 20, 2019 05:39
Show Gist options
  • Save Lyuji282/91f282473d4a43a49df94c6a08a39f43 to your computer and use it in GitHub Desktop.
Save Lyuji282/91f282473d4a43a49df94c6a08a39f43 to your computer and use it in GitHub Desktop.
version: "3.2"
services:
jupyter:
build: main
container_name: ${container_name}
tty: true
restart: always
stdin_open: true
ports:
- 8888:8888
volumes:
- ./jupyter:${main_dir}
env_file:
- main/conf/secrets.env
entrypoint: /usr/bin/env bash
command: setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment