Files
thechart/docker-compose.yaml
William Valentin 4d79e2bae1 first commit
2025-07-15 11:06:36 -07:00

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