Skip to content

Commit a9cc79c

Browse files
committedAug 7, 2020
compose file
1 parent 54de14a commit a9cc79c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎docker-compose.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: '3.3'
2+
3+
services:
4+
ihaskell-notebook:
5+
build: .
6+
ports:
7+
- "8888:8888"
8+
volumes:
9+
- ./notebook:/home/jovyan/work
10+
restart: always
11+
environment:
12+
JUPYTER_ENABLE_LAB: "yes"
13+
JUPYTER_TOKEN: x
14+

0 commit comments

Comments
 (0)
Please sign in to comment.