Browse Source

init

tags/v1.0.0^0
Robin Thoni 5 years ago
commit
5d3ac7b157
3 changed files with 16 additions and 0 deletions
  1. 6
    0
      .gitignore
  2. 9
    0
      docker-compose.yml
  3. 1
    0
      speedtest/Dockerfile

+ 6
- 0
.gitignore View File

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

+ 9
- 0
docker-compose.yml View File

@@ -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 View File

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

Loading…
Cancel
Save