Skip to content

modem7/Docker-NewYearCountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Hosted, self contained New Year Countdown clock

Docker Pulls Docker Image Size (tag) Build Status

"Buy Me A Coffee"

Web app that counts down to next January 1st. It selects automatically the next year (based on local system time). Background images are made with svg inline tags.

Ported to Docker container by Modem7.

See a preview: https://modem7.github.io/Docker-NewYearCountdown/

Original creator: https://github.com/patrickgold/newyear-countdown

Container Screenshot

image

Breaking change

Due to changing the image to nginxinc/nginx-unprivileged, the ports have changed from 80 to 8080. Please update your files accordingly.

Configuration

version: "2.4"

services:

  newyearcountdown:
    image: modem7/newyearcountdown
    container_name: NewYearCountdown
    ports:
      - 8080:8080

About

New Year Countdown

Resources

License

Stars

Watchers

Forks

Contributors