|
@@ -0,0 +1,35 @@
|
|
|
+version: '2.4'
|
|
|
+
|
|
|
+services:
|
|
|
+
|
|
|
+ the-neverhood:
|
|
|
+ environment:
|
|
|
+ DISPLAY: ":0.0"
|
|
|
+ #PULSE_COOKIE: /tmp/pulseaudio.cookie
|
|
|
+ #PULSE_SERVER: unix:/tmp/pulseaudio.socket
|
|
|
+ XDG_RUNTIME_DIR: /run/user/1000
|
|
|
+ image: the-neverhood #scottyhardy/docker-wine:latest
|
|
|
+ #hostname: yottaLbox
|
|
|
+ working_dir: /home/wineuser/
|
|
|
+ #privileged: yes
|
|
|
+ entrypoint:
|
|
|
+ - /usr/bin/entrypoint
|
|
|
+ - /home/wineuser/the_neverhood.sh
|
|
|
+ volumes:
|
|
|
+ #- type: bind
|
|
|
+ # source: ./wine_prefix
|
|
|
+ # target: /home/wineuser/.wine-win95
|
|
|
+ #- type: bind
|
|
|
+ #source: ./the_neverhood_data
|
|
|
+ #target: /home/wineuser/the_neverhood
|
|
|
+ #mode: ro
|
|
|
+ - ./the_neverhood.sh:/home/wineuser/the_neverhood.sh
|
|
|
+ #- ./system.reg:/home/wineuser/.wine-win95/system.reg
|
|
|
+ #- ~/.Xauthority:/root/.Xauthority:ro
|
|
|
+ - ${HOME}/.docker-wine.Xkey:/root/.Xkey:ro
|
|
|
+ - /etc/localtime:/etc/localtime:ro
|
|
|
+ - /tmp/.X11-unix:/tmp/.X11-unix
|
|
|
+ #- /tmp/pulse-cookie:/tmp/pulse-cookie
|
|
|
+ - /tmp/pulse-socket:/tmp/pulse-socket
|
|
|
+ #- ./pulseaudio-client.conf:/etc/pulse/client.conf
|
|
|
+
|