12 lines
214 B
YAML
12 lines
214 B
YAML
services:
|
|
thechart:
|
|
build: .
|
|
container_name: 'thechart'
|
|
stdin_open: true
|
|
working_dir: '/app'
|
|
tty: true
|
|
volumes:
|
|
- ${SRC_PATH}:/app
|
|
environment:
|
|
- DISPLAY=${DISPLAY_IP}:0.0
|