|
@@ -5,31 +5,19 @@ services:
|
|
|
the-neverhood:
|
|
|
environment:
|
|
|
DISPLAY: ":0.0"
|
|
|
- #PULSE_COOKIE: /tmp/pulseaudio.cookie
|
|
|
- #PULSE_SERVER: unix:/tmp/pulseaudio.socket
|
|
|
+ WINE_PREFIX: /home/wineuser/.wine-win95
|
|
|
XDG_RUNTIME_DIR: /run/user/1000
|
|
|
- image: the-neverhood #scottyhardy/docker-wine:latest
|
|
|
- #hostname: yottaLbox
|
|
|
+ image: the-neverhood
|
|
|
+ build: .
|
|
|
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
|
|
|
+ # need to create this manually
|
|
|
- ${HOME}/.docker-wine.Xkey:/root/.Xkey:ro
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
|
- #- /tmp/pulse-cookie:/tmp/pulse-cookie
|
|
|
+ # need to create this manually
|
|
|
- /tmp/pulse-socket:/tmp/pulse-socket
|
|
|
- #- ./pulseaudio-client.conf:/etc/pulse/client.conf
|
|
|
|