Przeglądaj źródła

init

tags/v1.0.0^0
Robin Thoni 5 lat temu
commit
5d3ac7b157
3 zmienionych plików z 16 dodań i 0 usunięć
  1. 6
    0
      .gitignore
  2. 9
    0
      docker-compose.yml
  3. 1
    0
      speedtest/Dockerfile

+ 6
- 0
.gitignore Wyświetl plik

@@ -0,0 +1,6 @@
1
+*.out
2
+*.aux
3
+*.log
4
+*.gz
5
+*.swp
6
+/.idea

+ 9
- 0
docker-compose.yml Wyświetl plik

@@ -0,0 +1,9 @@
1
+version: '2'
2
+
3
+services:
4
+    speedtest:
5
+        build: ./speedtest
6
+        container_name: speedtest-speedtest
7
+#        restart: unless-stopped
8
+        ports:
9
+            - "127.0.0.1:35160:80"

+ 1
- 0
speedtest/Dockerfile Wyświetl plik

@@ -0,0 +1 @@
1
+FROM adolfintel/speedtest

Ładowanie…
Anuluj
Zapisz