Files
64gram-desktop/docker-compose.yml
2023-10-04 01:14:27 +05:00

23 lines
850 B
YAML

version: '3.5'
services:
64gram:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
environment:
- DISPLAY # For GUI access
- XDG_OPEN_LISTENER_PORT=6969 # Set this to port number of socat server
extra_hosts:
- docker.host:192.168.x.xx # set this to your host machine IP
devices:
- /dev/snd:/dev/snd # Mic and Speaker support
- /dev/video0:/dev/video0 # Webcam support
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram # Telegram data
- $HOME/Downloads:/root/Downloads # Downloads folder
- $HOME/Pictures:/root/Pictures # Pictures folder
- $HOME/Documents:/root/Documents # Documents folder
- /usr/share/icons:/usr/share/icons # Icons for UI, like Mouse cursor
- /tmp/.X11-unix:/tmp/.X11-unix # X11 socket for GUI