2 Commits

Author SHA1 Message Date
aledjones ca52175fb0 .github/workflows/main.yml aktualisiert
Docker / test (push) Failing after 2m5s
Docker / Publish to Docker Hub (push) Has been skipped
2024-06-01 12:01:56 +02:00
aledjones 41b5338b91 README.md aktualisiert 2024-06-01 11:54:18 +02:00
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: Docker
on: on:
push: push:
branches: master branches:
- master
- test
pull_request: pull_request:
env: env:
+2 -2
View File
@@ -1,10 +1,10 @@
FROM debian:bookworm-slim as BuildContainer FROM debian:buster-slim as BuildContainer
RUN apt update && apt install wget -y RUN apt update && apt install wget -y
RUN mkdir /usr/src/ooklaserver RUN mkdir /usr/src/ooklaserver
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && chmod a+x ooklaserver.sh RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && chmod a+x ooklaserver.sh
RUN ./ooklaserver.sh install -f -i /usr/src/ooklaserver RUN ./ooklaserver.sh install -f -i /usr/src/ooklaserver
FROM debian:bookworm-slim FROM debian:buster-slim
EXPOSE 8080 EXPOSE 8080
EXPOSE 5060 EXPOSE 5060
RUN useradd -M -r -s /sbin/nologin -u 4711 ookla RUN useradd -M -r -s /sbin/nologin -u 4711 ookla
+1
View File
@@ -20,6 +20,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
- 5060:5060 - 5060:5060
- ...
``` ```
## Planned features ## Planned features