2026-09-08 13:27:38 +00:00
|
|
|
# Optional separate Cua image tag; the base stack also uses Cua exclusively.
|
2026-09-07 16:40:59 +00:00
|
|
|
# docker compose -f docker-compose.yml -f docker-compose.cua.yml up -d --build
|
|
|
|
|
services:
|
|
|
|
|
computer:
|
|
|
|
|
image: lazyboy/computer:cua
|
|
|
|
|
supervisor:
|
|
|
|
|
environment:
|
|
|
|
|
LAZYBOY_COMPUTER_DRIVER: cua
|
|
|
|
|
LAZYBOY_COMPUTER_IMAGE: lazyboy/computer:cua
|