android-app-docker/compose.yml

16 lines
312 B
YAML

services:
compile:
hostname: thinkbox
build:
context: .
args:
YESACCEPT: ${YESACCEPT:-}
stop_grace_period: 1s
environment:
XAUTHORITY: /root/.Xauthority
DISPLAY: ":0"
volumes:
- ./apps:/apps
- /home/alex/.Xauthority:/root/.Xauthority:ro