64gram-desktop/docker-compose.yml

17 lines
441 B
YAML

version: '3.5'
services:
64gram:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
user: "1000:1000"
environment:
- DISPLAY
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
- $HOME/Downloads:/root/Downloads
- $HOME/Pictures:/root/Pictures
- $HOME/Documents:/root/Documents
- /usr/share/icons:/usr/share/icons
- /tmp/.X11-unix:/tmp/.X11-unix