Auto Merge of PR #11 - speedtest-tracker-deployment-librespeed-removal
Merged by Trez.One
This commit is contained in:
@@ -67,7 +67,6 @@
|
|||||||
| jitsi-web | jitsi/web:stable |
|
| jitsi-web | jitsi/web:stable |
|
||||||
| joplin-db | postgres:17-alpine |
|
| joplin-db | postgres:17-alpine |
|
||||||
| joplin | joplin/server:latest |
|
| joplin | joplin/server:latest |
|
||||||
| librespeed | lscr.io/linuxserver/librespeed:latest |
|
|
||||||
| lidarr | lscr.io/linuxserver/lidarr:latest |
|
| lidarr | lscr.io/linuxserver/lidarr:latest |
|
||||||
| lidify | thewicklowwolf/lidify:latest |
|
| lidify | thewicklowwolf/lidify:latest |
|
||||||
| lldap | lldap/lldap:stable |
|
| lldap | lldap/lldap:stable |
|
||||||
@@ -119,6 +118,7 @@
|
|||||||
| sonashow | thewicklowwolf/sonashow:latest |
|
| sonashow | thewicklowwolf/sonashow:latest |
|
||||||
| soularr | mrusse08/soularr:latest |
|
| soularr | mrusse08/soularr:latest |
|
||||||
| soulseek | slskd/slskd |
|
| soulseek | slskd/slskd |
|
||||||
|
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
|
||||||
| spotisub | blastbeng/spotisub:latest |
|
| spotisub | blastbeng/spotisub:latest |
|
||||||
| swag | lscr.io/linuxserver/swag:latest |
|
| swag | lscr.io/linuxserver/swag:latest |
|
||||||
| synapse | docker.io/matrixdotorg/synapse:latest |
|
| synapse | docker.io/matrixdotorg/synapse:latest |
|
||||||
|
|||||||
+25
-51
@@ -2685,57 +2685,6 @@ services:
|
|||||||
published: "22300"
|
published: "22300"
|
||||||
target: 22300
|
target: 22300
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
librespeed:
|
|
||||||
container_name: librespeed
|
|
||||||
environment:
|
|
||||||
DB_HOSTNAME:
|
|
||||||
DB_NAME:
|
|
||||||
DB_PASSWORD:
|
|
||||||
DB_TYPE: sqlite
|
|
||||||
DB_USERNAME:
|
|
||||||
PASSWORD:
|
|
||||||
PGID: 1000
|
|
||||||
PUID: 1000
|
|
||||||
TZ: America/New_York
|
|
||||||
DOCKER_MODS: ghcr.io/themepark-dev/theme.park:librespeed
|
|
||||||
hostname: Rinoa
|
|
||||||
image: lscr.io/linuxserver/librespeed:latest
|
|
||||||
labels:
|
|
||||||
homepage.group: System Administration
|
|
||||||
homepage.name: LibreSpeed
|
|
||||||
homepage.href: https://speed.${MY_TLD}
|
|
||||||
homepage.icon: librespeed.png
|
|
||||||
homepage.description: Speed test
|
|
||||||
homepage: enable
|
|
||||||
homepage_proto: http
|
|
||||||
homepage_url: speed.${MY_TLD}
|
|
||||||
homepage.uptime-kuma.enabled: true
|
|
||||||
homepage.uptime-kuma.monitor.url: https://speed.${MY_TLD}
|
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
ports:
|
|
||||||
- mode: ingress
|
|
||||||
protocol: tcp
|
|
||||||
published: "8014"
|
|
||||||
target: 80
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
read_only: true
|
|
||||||
source: /etc/localtime
|
|
||||||
target: /etc/localtime
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/librespeed
|
|
||||||
target: /config
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: /rinoa-storage
|
|
||||||
target: /storage
|
|
||||||
type: bind
|
|
||||||
lidarr:
|
lidarr:
|
||||||
container_name: lidarr
|
container_name: lidarr
|
||||||
environment:
|
environment:
|
||||||
@@ -4542,6 +4491,31 @@ services:
|
|||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
|
speedtest-tracker:
|
||||||
|
container_name: speedtest-tracker
|
||||||
|
image: lscr.io/linuxserver/speedtest-tracker:latest
|
||||||
|
environment:
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
|
APP_KEY: ${SPEEDTEST_TRACKER_APP_KEY}
|
||||||
|
DB_CONNECTION: sqlite
|
||||||
|
labels:
|
||||||
|
homepage.name: Speedtest Traccker
|
||||||
|
homepage.group: System Administration
|
||||||
|
homepage.description: Self-hosted internet performance tracking
|
||||||
|
homepage.href: https://speed.${MY_TLD}
|
||||||
|
homepage.icon: speedtest-tracker.png
|
||||||
|
swag: enable
|
||||||
|
swag_proto: http
|
||||||
|
swag_url: speed.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://slsk.${MY_TLD}
|
||||||
|
ports:
|
||||||
|
- 47512:80
|
||||||
|
- 62777:443
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/speedtest-tracker:/config
|
||||||
spotisub:
|
spotisub:
|
||||||
container_name: spotisub
|
container_name: spotisub
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user