We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70781 commit bf6719eCopy full SHA for bf6719e
services/logging/docker-compose.yml.j2
@@ -143,7 +143,14 @@ services:
143
- source: loki_config
144
target: /etc/loki/loki.yaml
145
command: -config.file=/etc/loki/loki.yaml
146
- deploy:
+ environment:
147
+ - S3_BUCKET_NAME_LOKI=${S3_BUCKET_NAME_LOKI}
148
+ - S3_REGION_LOKI=${S3_REGION_LOKI}
149
+ - S3_ACCESS_KEY_LOKI=${S3_ACCESS_KEY_LOKI}
150
+ - S3_SECRET_KEY_LOKI=${S3_SECRET_KEY_LOKI}
151
+ - S3_FORCE_PATH_STYLE_LOKI=${S3_FORCE_PATH_STYLE_LOKI}
152
+ - S3_ENDPOINT_LOKI=${S3_ENDPOINT_LOKI}
153
+ - LOKI_RETENTION_PERIOD=${LOKI_RETENTION_PERIOD}
154
placement:
155
constraints: []
156
replicas: 1
0 commit comments