Skip to main content

Tesla Homepage

This is a homepage that allows Tesla browser to enter full screen mode.

Docker-compose

services:
  homepage-for-tesla:
    image: jessewebdotcom/homepage-for-tesla:latest
    container_name: homepage-for-tesla
    environment:
      - DEFAULT_THEME=13
    volumes:
      - ~/docker/tesla/public/bookmarks.json:/app/public/bookmarks.json
      - ~/docker/tesla/public/images:/app/public/images
    ports:
      - "3000:3000"