x11-kiosk-docker/docker-compose.yaml
2024-11-24 23:20:27 +01:00

15 lines
301 B
YAML

version: "2"
services:
app:
build: ./
image: gitea.simonzeyer.de/simon/x11-kiosk:latest
restart: always
privileged: true
environment:
- url=${url}
- TZ=Europe/Berlin
# volumes:
# - "/etc/localtime:/etc/localtime:ro"
# - "/etc/timezone:/etc/timezone:ro"