services: thechart: build: . image: ${IMAGE} container_name: 'thechart' stdin_open: true working_dir: '/app' tty: true volumes: - /tmp/.X11-unix:/tmp/.X11-unix - ${XAUTHORITY:-~/.Xauthority}:/tmp/.docker.xauth:rw environment: - DISPLAY=${DISPLAY:-:0} - XAUTHORITY=/tmp/.docker.xauth