forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
306 B
13 lines
306 B
version: '3'
|
|
services:
|
|
wix:
|
|
build: './docker'
|
|
command: /oss/wrapper.sh
|
|
# important: wine is setup for the user xclient
|
|
user: xclient
|
|
volumes:
|
|
- ../oss:/oss
|
|
- ../master/templates:/oss/templates
|
|
- ../master/resources:/oss/resources
|
|
environment:
|
|
- TERM=linux
|
|
|