Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Speedtest-for-InfluxDB-and-Grafana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Speedtest-for-InfluxDB-and-Grafana
Commits
f9d45f72
Commit
f9d45f72
authored
8 years ago
by
Allan
Browse files
Options
Downloads
Patches
Plain Diff
Made the volume be just the config file. Created a dockercompose file.
parent
05c7c8cc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+8
-0
8 additions, 0 deletions
docker-compose.yml
with
9 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
f9d45f72
FROM
python:3.3-slim
MAINTAINER
Allan Tribe <atribe13@gmail.com>
VOLUME
/src
VOLUME
/src
/config.ini
ADD
. /src
WORKDIR
/src
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
8
−
0
View file @
f9d45f72
version
:
'
2'
services
:
speedtest
:
image
:
atribe/Speedtest-for-InfluxDB-and-Grafana
container_name
:
speedtest
volumes
:
-
./config.ini:/src/config.ini
restart
:
always
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment