https://github.com/modem7/docker-newyearcountdown
New Year Countdown
https://github.com/modem7/docker-newyearcountdown
Last synced: 11 months ago
JSON representation
New Year Countdown
- Host: GitHub
- URL: https://github.com/modem7/docker-newyearcountdown
- Owner: modem7
- License: mit
- Created: 2021-12-25T22:56:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T02:48:30.000Z (over 1 year ago)
- Last Synced: 2025-02-14T03:29:45.601Z (over 1 year ago)
- Language: CSS
- Homepage: https://modem7.github.io/Docker-NewYearCountdown/countdown.html
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self Hosted, self contained New Year Countdown clock
 
[](https://drone.modem7.com/modem7/Docker-NewYearCountdown)
[](https://www.buymeacoffee.com/modem7)
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

# 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
```bash
version: "2.4"
services:
newyearcountdown:
image: modem7/newyearcountdown
container_name: NewYearCountdown
ports:
- 8080:8080
```