forked from mgeitz/eqalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
33 lines (33 loc) · 879 Bytes
/
docker-compose.yml
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
version: '3.8'
services:
eqalert: &base
build:
context: .
dockerfile: Dockerfile
command:
- eqalert
devices:
- "/dev/snd:/dev/snd"
environment:
- PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native
volumes:
- type: bind
source: "${HOME}/.wine/drive_c/Program Files/Sony/EverQuest"
target: "/home/eqalert/.wine/drive_c/Program Files/Sony/EverQuest"
bind:
create_host_path: false
- type: bind
source: ${HOME}/.eqa
target: /home/eqalert/.eqa
bind:
create_host_path: false
- type: bind
source: ${XDG_RUNTIME_DIR}/pulse/native
target: ${XDG_RUNTIME_DIR}/pulse/native
bind:
create_host_path: false
- type: bind
source: ${HOME}/.config/pulse/cookie
target: /home/eqalert/.config/pulse/cookie
bind:
create_host_path: false