mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
10 lines
199 B
YAML
10 lines
199 B
YAML
version: '2'
|
|
services:
|
|
thanos:
|
|
image: bitnami/thanos:0-scratch
|
|
command:
|
|
- query
|
|
- --grpc-address=0.0.0.0:10901
|
|
- --http-address=0.0.0.0:9090
|
|
ports:
|
|
- '9090:9090' |