first commit
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
thechart:
|
||||
build: .
|
||||
container_name: 'thechart'
|
||||
stdin_open: true
|
||||
working_dir: '/app'
|
||||
tty: true
|
||||
volumes:
|
||||
- ${SRC_PATH}:/app
|
||||
environment:
|
||||
- DISPLAY=${DISPLAY_IP}:0.0
|
||||
Reference in New Issue
Block a user