Files
greptimedb/tests-integration/fixtures/etcd/docker-compose-standalone.yml
2024-03-11 10:40:19 +00:00

14 lines
352 B
YAML

version: '3.8'
services:
etcd:
image: ghcr.io/zcube/bitnami-compat/etcd:3.5
ports:
- "2379:2379"
- "2380:2380"
environment:
ALLOW_NONE_AUTHENTICATION: "yes"
ETCD_NAME: etcd
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
ETCD_ADVERTISE_CLIENT_URLS: http://etcd:2379
ETCD_MAX_REQUEST_BYTES: 10485760