You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
371 B
16 lines
371 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: librespeed_server_1
|
|
APP_PORT: 80
|
|
|
|
server:
|
|
image: ghcr.io/librespeed/speedtest:5.3.3@sha256:a771469759b6eccc08865fbf38e5c05e21c2eb63e100708aff5df38df6b6ce62
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
restart: on-failure
|