-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
39 lines (39 loc) · 941 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
34
35
36
37
38
39
version: '2.1'
services:
openpnp:
build: ./openpnp
privileged: true
restart: always
network_mode: "host"
labels:
io.balena.features.kernel-modules: '1'
io.balena.features.sysfs: '1'
io.balena.features.firmware: '1'
io.balena.features.dbus: '1'
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyUSB1:/dev/ttyUSB1
- /dev/ttyUSB2:/dev/ttyUSB2
- /dev/bus/usb:/dev/bus/usb
- /dev/dri
expose:
- 5900
- 9090
group_add:
- video
environment:
WEB_PORT: 80
DISABLE_PASSWORDS: false
# neko:
# image: "ghcr.io/m1k1o/neko/arm-xfce:latest"
# restart: unless-stopped
# shm_size: "2gb"
# ports:
# - "8080:8080"
# - "52000-52100:52000-52100/udp"
# environment:
# NEKO_SCREEN: 1920x1080@30
# NEKO_PASSWORD: neko
# NEKO_PASSWORD_ADMIN: admin
# NEKO_EPR: 52000-52100
# NEKO_ICELITE: 1