mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
13 lines
278 B
YAML
13 lines
278 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
|
|
tty: true
|