Files
thechart/docker-compose.yaml

13 lines
234 B
YAML

services:
thechart:
build: .
image: ${IMAGE}
container_name: 'thechart'
stdin_open: true
working_dir: '/app'
tty: true
volumes:
- ${SRC_PATH}:/app
environment:
- DISPLAY=${DISPLAY_IP}:0.0