Skip to content
Snippets Groups Projects
Verified Commit dfbae798 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaMetrics] Fix indentation in Compose

parent aaeb6856
No related branches found
No related tags found
No related merge requests found
Pipeline #61945 waiting for manual action
......@@ -22,22 +22,22 @@ services:
- picasoft-metrics
restart: unless-stopped
influxdb:
image: registry.picasoft.net/influxdb:1.7.9
container_name: influxdb-services
volumes:
- influxdb:/var/lib/influxdb
environment:
- INFLUXDB_HTTP_AUTH_ENABLED=true
- INFLUXDB_DATA_MAX_VALUES_PER_TAG=0
# See https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/#switch-between-tsm-and-tsi-indexes
- INFLUXDB_DATA_INDEX_VERSION=tsi1
env_file: ./secrets/influxdb.secrets
labels:
traefik.frontend.rule: "Host:influxdb.picasoft.net"
traefik.port: 8086
traefik.enable: true
networks:
- picasoft-metrics
- docker_default
restart: always
influxdb:
image: registry.picasoft.net/influxdb:1.7.9
container_name: influxdb-services
volumes:
- influxdb:/var/lib/influxdb
environment:
- INFLUXDB_HTTP_AUTH_ENABLED=true
- INFLUXDB_DATA_MAX_VALUES_PER_TAG=0
# See https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/#switch-between-tsm-and-tsi-indexes
- INFLUXDB_DATA_INDEX_VERSION=tsi1
env_file: ./secrets/influxdb.secrets
labels:
traefik.frontend.rule: "Host:influxdb.picasoft.net"
traefik.port: 8086
traefik.enable: true
networks:
- picasoft-metrics
- docker_default
restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment