mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-24 21:53:35 +00:00
add monkeytype
This commit is contained in:
parent
ead3839a15
commit
58529a0280
@ -105,6 +105,7 @@ docker compose up
|
|||||||
### Tools & Helpers
|
### Tools & Helpers
|
||||||
- [Network-Multitool](examples/network-multitool) - Multi-arch multitool for container network troubleshooting.
|
- [Network-Multitool](examples/network-multitool) - Multi-arch multitool for container network troubleshooting.
|
||||||
- [IT-Tools](examples/it-tools) - Collection of handy online tools for developers, with great UX.
|
- [IT-Tools](examples/it-tools) - Collection of handy online tools for developers, with great UX.
|
||||||
|
- [Monkeytype](examples/monkeytype) - The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
|
||||||
- ~~[GCHQ CyberChef](https://gchq.github.io/CyberChef/)~~ - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
|
- ~~[GCHQ CyberChef](https://gchq.github.io/CyberChef/)~~ - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
|
||||||
|
|
||||||
### Recipe Managers
|
### Recipe Managers
|
||||||
@ -163,6 +164,7 @@ docker compose up
|
|||||||
- [Obsidian-Remote](examples/obsidian-remote) - This docker image allows you to run obsidian in docker as a container and access it via your web browser.
|
- [Obsidian-Remote](examples/obsidian-remote) - This docker image allows you to run obsidian in docker as a container and access it via your web browser.
|
||||||
- [Memos](examples/memos) - An open-source, self-hosted memo hub with knowledge management and social networking.
|
- [Memos](examples/memos) - An open-source, self-hosted memo hub with knowledge management and social networking.
|
||||||
- [Reactive-Resume](examples/rxresume) - A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever.
|
- [Reactive-Resume](examples/rxresume) - A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever.
|
||||||
|
- [Monkeytype](examples/monkeytype) - The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
|
||||||
|
|
||||||
### Analytics
|
### Analytics
|
||||||
- [Matomo](examples/matomo) - Matomo is the leading Free/Libre open analytics platform.
|
- [Matomo](examples/matomo) - Matomo is the leading Free/Libre open analytics platform.
|
||||||
|
5
examples/monkeytype/README.md
Normal file
5
examples/monkeytype/README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# References
|
||||||
|
|
||||||
|
- https://github.com/TheMythologist/monketype_docker
|
||||||
|
- https://hub.docker.com/r/themythologist/monkeytype
|
||||||
|
- https://github.com/monkeytypegame/monkeytype
|
23
examples/monkeytype/docker-compose.yml
Normal file
23
examples/monkeytype/docker-compose.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
version: '3.3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
monkeytype:
|
||||||
|
image: themythologist/monkeytype:frontend-latest
|
||||||
|
container_name: monkeytype
|
||||||
|
hostname: monkeytype
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 5000:5000/tcp
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
#labels:
|
||||||
|
# - traefik.enable=true
|
||||||
|
# - traefik.http.routers.monkeytype.rule=Host(`monkeytype.example.com`)
|
||||||
|
# - traefik.http.services.monkeytype.loadbalancer.server.port=5000
|
||||||
|
# - traefik.docker.network=proxy
|
||||||
|
# # Part for optional traefik middlewares
|
||||||
|
# - traefik.http.routers.monkeytype.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
Loading…
x
Reference in New Issue
Block a user