forked from games-on-whales/gow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
55 lines (49 loc) · 1.64 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
local_state=./local_state
PUID=1000
PGID=1000
TZ="America/Chicago"
APPDIR="/home/chris/AppDirectory"
####################
# Needed for MIT-SHM, removing this should cause a performance hit see https://github.com/jessfraz/dockerfiles/issues/359
# Use 'service:xorg' if running on a recent enough docker-compose version
# Use 'host' if your Docker version can't support the service format
SHARED_IPC=service:xorg
SHM_SIZE=1000M
# Use 'shareable' with service:xorg
# Use 'host' with 'host'
XORG_IPC=shareable
# Change this if you want to run it on an actual desktop environment
XORG_SOCKET=xorg
XORG_RESOLUTION=1920x1080
XORG_REFRESH_RATE=60
XORG_DISPLAY_PORT=HDMI-1
XORG_FORCE_RESOLUTION=false
XORG_DISPLAY=:99
####################
# Using network in order to connect to pulse
# if you do have a pulse server already point this to the pulse socket like unix:/tmp/pulse-sock
# and mount the host socket to the instance
PULSE_SERVER=unix:/tmp/pulse/pulse-socket
PULSE_SOCKET_HOST=pulse
PULSE_SOCKET_GUEST=/tmp/pulse/
####################
# Nvidia configs
# Set to nvidia if using nvidia-docker
DOCKER_RUNTIME=nvidia
GPU_UUID=
####################
# Set to debug or verbose if you need
SUNSHINE_LOG_LEVEL=info
# Username and password for the web-ui at https://xxx.xxx.xxx.xxx:47990
SUNSHINE_USER=admin
SUNSHINE_PASS=admin
####################
# Services that use udev in order to get devices
# needs to be on the same network
# This is because they need the udev PF_NETLINK socket
UDEVD_NETWORK=service:udevd
####################
# Avahi
# if your system already runs avahi-daemon just mount host /run/dbus into Sunshine
# TODO: create avahi docker image instead
DBUS=/run/dbus