Starbase 80

A simple homepage with an iPad-style application grid, for mobile and desktop. One JSON configuration file.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
    starbase80:
        image: jordanroher/starbase-80
        ports:
            - 80:4173
        environment:
            - TITLE=Starbase 80
            - LOGO=/starbase80.jpg
        volumes:
            - ./config.json:/app/src/config/config.json
            - ./public/favicon.ico:/app/public/favicon.ico
            - ./public/logo.png:/app/public/logo.png
            - ./public/icons:/app/public/icons
        restart: unless-stopped

Resources

GitHub: https://github.com/notclickable-jordan/starbase-80

Docker Hub: https://hub.docker.com/r/jordanroher/starbase-80

Configuration: https://github.com/notclickable-jordan/starbase-80#docker