mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
myspeed added
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,4 +17,5 @@ plex-radarr-transmission/plex/
|
|||||||
plex-radarr-transmission/radarr/
|
plex-radarr-transmission/radarr/
|
||||||
plex-radarr-transmission/transmission/
|
plex-radarr-transmission/transmission/
|
||||||
guacamole/config/
|
guacamole/config/
|
||||||
|
myspeed/data/
|
||||||
|
|
||||||
|
24
README.md
24
README.md
@@ -29,18 +29,6 @@
|
|||||||
|
|
||||||
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
|
- https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose
|
||||||
|
|
||||||
- guacamole
|
|
||||||
- readme
|
|
||||||
- homepage
|
|
||||||
-
|
|
||||||
|
|
||||||
- webtrees
|
|
||||||
- homepage
|
|
||||||
- readme
|
|
||||||
|
|
||||||
- Graphana Loki
|
|
||||||
- readme
|
|
||||||
- homepage
|
|
||||||
- Authentik
|
- Authentik
|
||||||
- alpine
|
- alpine
|
||||||
- nginx
|
- nginx
|
||||||
@@ -63,3 +51,15 @@
|
|||||||
- https://github.com/sqlchat/sqlchat
|
- https://github.com/sqlchat/sqlchat
|
||||||
- https://github.com/beekeeper-studio/beekeeper-studio
|
- https://github.com/beekeeper-studio/beekeeper-studio
|
||||||
- https://dbgate.org/
|
- https://dbgate.org/
|
||||||
|
- https://github.com/clidey/whodb
|
||||||
|
|
||||||
|
### add to readme and homepage
|
||||||
|
|
||||||
|
- guacamole
|
||||||
|
- webtrees
|
||||||
|
- Graphana Loki
|
||||||
|
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
- [Composerize](https://www.composerize.com/)
|
14
myspeed/compose.yml
Normal file
14
myspeed/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# https://github.com/gnmyt/myspeed
|
||||||
|
|
||||||
|
# speed test analysis software that records your internet speed for up to 30 days
|
||||||
|
|
||||||
|
name: myspeed
|
||||||
|
services:
|
||||||
|
myspeed:
|
||||||
|
ports:
|
||||||
|
- 5216:5216
|
||||||
|
volumes:
|
||||||
|
- ./data:/myspeed/data
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: myspeed
|
||||||
|
image: germannewsmaker/myspeed
|
Reference in New Issue
Block a user