Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created March 11, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ereshzealous/d1866785896fd1597ccb8a9108585e67 to your computer and use it in GitHub Desktop.
Save ereshzealous/d1866785896fd1597ccb8a9108585e67 to your computer and use it in GitHub Desktop.
version: "3"
services:
influxdb:
hostname: influxdb
image: quay.io/influxdb/influxdb:v2.0.3
container_name: influxdb
ports:
- '8099:8086'
volumes:
- influxdb-storage2_0:/var/lib/influxdb2_0
environment:
INFLUXD_QUERY_CONCURRENCY: 100
INFLUXDB_HTTP_MAX_BODY_SIZE: 2500000000
INFLUXD_QUERY_QUEUE_SIZE: 200
volumes:
influxdb-storage2_0:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment