Skip to content

Commit

Permalink
Bring in the most recent changes from docker-compose.yml, which support
Browse files Browse the repository at this point in the history
the database backup.
  • Loading branch information
MisterMartin committed Jun 19, 2017
1 parent af91b4e commit 6330ee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpi-docker-compose.yml
Expand Up @@ -45,6 +45,8 @@ services:
image: ncareol/rpi-chords:${DOCKER_TAG}
volumes:
- mysql-data:/var/lib/mysql
- /var/run/docker.sock:/var/run/docker.sock
- ./tmp/:/tmp/
environment:
- RAILS_ENV=${RAILS_ENV}
- CHORDS_ADMIN_PW=${CHORDS_ADMIN_PW}
Expand Down Expand Up @@ -91,11 +93,16 @@ services:
image: fgabriel/rpi-influxdb:1.2.0
volumes:
- influxdb-data:/var/lib/influxdb/
- ./bin/influxdb/:/usr/local/bin/
- /var/run/docker.sock:/var/run/docker.sock
- ./tmp/:/tmp/
environment:
- INFLUXDB_HTTP_MAX_ROW_LIMIT=1000000
- INFLUXDB_HTTP_AUTH_ENABLED=true
- INFLUXDB_DATA_QUERY_LOG_ENABLED=false
- INFLUXDB_REPORTING_DISABLED=true
- INFLUXDB_USERNAME=admin
- INFLUXDB_PASSWORD=${CHORDS_ADMIN_PW}
logging:
driver: "json-file"
options:
Expand Down

0 comments on commit 6330ee7

Please sign in to comment.