64gram-desktop/docker-compose.yml

13 lines
317 B
YAML
Raw Normal View History

2023-10-03 19:15:48 +05:00
version: '3.5'
services:
64gram:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
2023-10-03 19:55:52 +05:00
environment:
2023-10-03 21:19:39 +05:00
- DISPLAY
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
- $HOME/.local/share/fonts:/root/.local/share/fonts
- /tmp/.X11-unix:/tmp/.X11-unix