mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-04-21 23:57:27 +00:00
15 lines
344 B
YAML
15 lines
344 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
stdin_open: true
|
|
# tty: true
|
|
environment:
|
|
- DISPLAY=${DISPLAY}
|
|
volumes:
|
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
- /dev/dri:/dev/dri
|
|
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
|
network_mode: host
|