Skip to content

amacado/docker-landingpage-coming-soon

Repository files navigation

docker-landingpage-coming-soon

screenshot.png

Quickstart

version: '3'
services:
    docker_landingpage_app:
        image: ghcr.io/amacado/docker-landingpage-coming-soon:main
        ports:
            - "8080:80"
        environment:
            - TITLE=Our website is launching soon..
            - META_TITLE=Launching soon!
            - SUBTITLE=We are working hard to finish the development of this site.
            - FOOTER=<a href='mailto:info@example.com'>info@example.com</a> | <a href='https://www.example.com'>www.example.com</a> | <a href='tel:0123456789'>+00 0123 456789</a>
            - OVERLAY_COLOR=rgba(0, 0, 0, 0.8)
            - BACKGROUND_COLOR=#455A64
docker run -d -p 8080:80 ghcr.io/amacado/docker-landingpage-coming-soon:main

Environment

Variable Description Default
TITLE Main website title Our website is launching soon..
META_TITLE HTML <title> tag content Launching soon!
SUBTITLE Subtitle of the website We are working hard to finish the development of this site.
FOOTER Small footer below subtitle `info@example.com
OVERLAY_COLOR Background color of the overlay for displaying title and subtitle rgba(0, 0, 0, 0.8)
BACKGROUND_COLOR Background color for the website #455A64

Credits

About

A simple landingpage which can be deployed via docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages