Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
ccd88f32
Commit
ccd88f32
authored
May 30, 2018
by
Daniel Seybold
Browse files
added influx and chronograf
parent
dc839768
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
docker-compose.yml
docker-compose.yml
+23
-0
env-template
env-template
+9
-1
No files found.
docker-compose.yml
View file @
ccd88f32
...
...
@@ -55,4 +55,27 @@ services:
-
9091:8080
volumes
:
-
/var/log/application-deployment-library:/var/log/db-evaluator/
influxdb-store
:
image
:
influxdb:1.5.3
restart
:
always
environment
:
-
INFLUXDB_DB=${INFLUXDB_DB}
# - INFLUXDB_HTTP_AUTH_ENABLED=true
# - INFLUXDB_USER=${INFLUXDB_USER}
# - INFLUXDB_USER_PASSWORD=${INFLUXDB_PW}
# - INFLUXDB_ADMIN_USER=${INFLUXDB_ADMIN}
# - INFLUXDB_ADMIN_PASSWORD=${INFLUXDB_ADMIN_PW}
ports
:
-
8086:8086
chronograf-service
:
image
:
chronograf:1.5.0
restart
:
always
depends_on
:
-
"
influxdb-store"
environment
:
-
INFLUXDB_URL=http://${PUBLIC_IP}:8086
# - INFLUXDB_USERNAME=${INFLUXDB_USER}
# - INFLUXDB_PASSWORD=${INFLUXDB_PW}
ports
:
-
8888:8888
\ No newline at end of file
env-template
View file @
ccd88f32
DATABASE_USER=cloudiator
DATABASE_PASSWORD=secret2018
DATABASE_ROOT_PW=topsecret2018
DATABASE_DB=colosseum
\ No newline at end of file
DATABASE_DB=colosseum
INFLUXDB_DB=telegraf
INFLUXDB_USER=carlos
INFLUXDB_PW=criminal
INFLUXDB_ADMIN=influxadmin
INFLUXDB_ADMIN_PW=topsecret
PUBLIC_IP=1.2.3.4
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment