Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modem7/docker-newyearcountdown
New Year Countdown
https://github.com/modem7/docker-newyearcountdown
Last synced: 1 day 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:09:35.000Z (14 days ago)
- Last Synced: 2024-10-24T01:10:22.342Z (14 days ago)
- Language: CSS
- Homepage: https://modem7.github.io/Docker-NewYearCountdown/countdown.html
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self Hosted, self contained New Year Countdown clock
![Docker Pulls](https://img.shields.io/docker/pulls/modem7/newyearcountdown) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/modem7/newyearcountdown/latest)
[![Build Status](https://drone.modem7.com/api/badges/modem7/Docker-NewYearCountdown/status.svg)](https://drone.modem7.com/modem7/Docker-NewYearCountdown)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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
![image](https://user-images.githubusercontent.com/4349962/147395358-ec5bcffc-5bf2-4b43-af5f-5459f5d14b00.png)# 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
```