sd
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-03-19 14:17:59 -05:00
parent 26da729aa9
commit 79b3a33077

View file

@ -10,8 +10,11 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
- SUBFOLDER=/ - SUBFOLDER=/
- TITLE=Webtop - TITLE=Webtop
- DRINODE=/dev/dri/renderD128
- DISPLAY_REFRESH=60 - DISPLAY_REFRESH=60
# Force software rendering - this is the fix
- LIBGL_ALWAYS_SOFTWARE=1
- GALLIUM_DRIVER=llvmpipe
# Removed DRINODE since we're not using GPU
networks: networks:
- netgrimoire - netgrimoire
volumes: volumes:
@ -19,9 +22,7 @@ services:
ports: ports:
- 3004:3000 - 3004:3000
- 3005:3001 - 3005:3001
# Removed GPU devices section - this was causing the problem
devices:
- /dev/dri:/dev/dri
shm_size: "1gb" shm_size: "1gb"
restart: unless-stopped restart: unless-stopped
labels: labels: