fcwu / docker-ubuntu-vnc-desktop

A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Apache License 2.0
3.91k stars 1.42k forks source link

enviroment variable in supervisord.conf? #301

Open cedricbieder opened 1 year ago

cedricbieder commented 1 year ago

Hello,

how can I load env-variables into the supervisord.conf?

I trried:

[program:firefox] priority=9 directory=%HOME% command=firefox --kiosk $WEBSITE user=%USER% stopwaitsecs=15 environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"

but it just end in:

www.$website.com