taskwiki/docker-compose.yml
2018-07-30 23:53:08 -04:00

12 lines
264 B
YAML

version: '3'
services:
tests:
build: .
volumes:
- "$HOME/.Xauthority:/root/.Xauthority:rw"
- ".:/root/.vim/bundle/taskwiki:rw"
network_mode: "host"
environment:
- DISPLAY
security_opt:
- label=type:container_runtime_t