janwinkler1 commited on
Commit
c316af1
·
1 Parent(s): 230e823

add python service, initial setup

Browse files
Files changed (1) hide show
  1. dc/dev/docker-compose.yml +13 -0
dc/dev/docker-compose.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ services:
2
+ python:
3
+ build: ../../python
4
+ stdin_open: true
5
+ tty: true
6
+ ports:
7
+ - "8888:8888"
8
+
9
+ volumes:
10
+ - ../../python:/python
11
+
12
+ environment:
13
+ - DISPLAY=${DISPLAY}