https://github.com/modem7/docker-starwars
https://github.com/modem7/docker-starwars
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/modem7/docker-starwars
- Owner: modem7
- License: mit
- Created: 2021-08-04T12:54:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T10:06:02.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:23:11.207Z (over 1 year ago)
- Language: HTML
- Size: 368 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self Hosted, self contained www.asciimation.co.nz/Blinkenlights ASCII Star Wars clone
  [](https://drone.modem7.com/modem7/docker-starwars)
[](https://github.com/modem7/docker-starwars)
[](https://www.buymeacoffee.com/modem7)
More info can be found here: www.asciimation.co.nz/Blinkenlights
Further notes from Mike Edwards, the author of the player script towel used: Replacement telnet at asciimation.mirkwood.net:23/24. Port 23 is the last released Star Wars asciimation by Simon Jensen, and port 24 is Jansen's other goofy asciimation, The death of Jar Jar Binks.
Image is based on nginxinc/nginx-unprivileged, and all the content is local to the container.
# 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:
starwars:
image: modem7/docker-starwars
container_name: StarWars
ports:
- 8080:8080
```
# Tags
| Tag | Description |
| :----: | --- |
| Latest | Latest version |