15 lines
301 B
YAML
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"
|