obscreen/docker-compose.yml
2024-03-22 14:59:23 +01:00

13 lines
318 B
YAML

version: '3'
services:
webapp:
container_name: obscreen
restart: unless-stopped
image: jierka/obscreen:latest
environment:
- DEBUG=false
- REVERSE_PROXY_MODE=false
- LX_FILE=./var/run/lxfile
volumes:
- .:/app
- /home/pi/.config/lxsession/LXDE-pi/autostart:./var/run/lxfile