-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathdocker-compose.override.example.yml
200 lines (159 loc) · 3.96 KB
/
docker-compose.override.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
services:
adminer:
ports:
- ${ADMINER_PUBLISH_PORT}:8080
cassandra:
ports:
- ${CASSANDRA_PUBLISH_PORT}:9042
cassandra-node1:
ports:
- ${CASSANDRA_NODE1_PUBLISH_PORT}:9042
volumes:
- common-cassandra-dse-db:/var/lib/cassandra/data
cassandra-node2:
ports:
- ${CASSANDRA_NODE2_PUBLISH_PORT}:9042
volumes:
- common-cassandra-dse-db:/var/lib/cassandra/data
cassandra-node3:
ports:
- ${CASSANDRA_NODE3_PUBLISH_PORT}:9042
volumes:
- common-cassandra-dse-db:/var/lib/cassandra/data
elasticsearch:
ports:
- ${ELASTICSEARCH_PUBLISH_PORT}:9200
fluentd:
ports:
- ${FLUENTD_PUBLISH_PORT}:24224
- ${FLUENTD_PUBLISH_PORT}:24224/udp
grafana:
ports:
- ${GRAFANA_PUBLISH_PORT}:3000
jaeger:
ports:
- 127.0.0.1:${JAEGER_PUBLISH_PORT}:16686
kibana:
ports:
- ${KIBANA_PUBLISH_PORT}:5601
ldapadmin:
ports:
- ${LDAPADMIN_PUBLISH_PORT}:80
maildev:
ports:
- ${MAILDEV_PUBLISH_PORT}:1080
mailhog:
ports:
- ${MAILHOG_PUBLISH_PORT}:8025
minio:
ports:
- ${MINIO_API_PUBLISH_PORT}:9000
- ${MINIO_CONSOLE_PUBLISH_PORT:-9001}:${MINIO_CONSOLE_PUBLISH_PORT:-9001}
volumes:
- ./minio/certs:/root/.minio/certs
minio-client:
volumes:
- ./minio/policies:/minio-policies
minio-nginx:
ports:
- ${MINIO_NGINX_API_PUBLISH_PORT}:443
- ${MINIO_NGINX_CONSOLE_PUBLISH_PORT}:444
mysql:
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
- --default-authentication-plugin=mysql_native_password
- --local-infile=1
ports:
- ${MYSQL_PUBLISH_PORT}:3306
nfs-server:
ports:
- ${NFS_SERVER_PUBLISH_PORT}:2049
oracle:
shm_size: 1g
ports:
- ${ORACLE_PUBLISH_PORT}:1521
portainer:
ports:
- ${PORTAINER_PUBLISH_PORT}:9443
redis:
ports:
- ${REDIS_PUBLISH_PORT}:6379
redis-slave:
ports:
- ${REDIS_SLAVE_PUBLISH_PORT}:6379
redis-sentinel:
ports:
- ${REDIS_SENTINEL_PUBLISH_PORT}:26379
redis-commander:
ports:
- ${REDIS_COMMANDER_PUBLISH_PORT}:8081
redisearch:
# image: docker.io/your-id/redisearch:${REDISEARCH_IMAGE_TAG}-0
ports:
- ${REDISEARCH_PUBLISH_PORT}:6379
redisearch-slave:
# image: docker.io/your-id/redisearch:${REDISEARCH_IMAGE_TAG}-0
ports:
- ${REDISEARCH_SLAVE_PUBLISH_PORT}:6379
redis-stack:
ports:
- ${REDIS_STACK_PUBLISH_PORT}:6379
rabbitmq:
ports:
- ${RABBITMQ_PUBLISH_PORT}:15672
# volumes:
# - ./rabbitmq/rabbitmq.conf:/etc/rabbitmq/conf.d/10-defaults.conf
# - ./.commons/certs/rabbitmq:/etc/ssl/certs/rabbitmq
blackfire:
ports:
- ${BLACKFIRE_PUBLISH_PORT}:8307
traefik:
labels:
- "traefik.http.routers.traefik=true"
ports:
- 80:80
- 443:443
- 8080:8080
postgres:
ports:
- ${POSTGRES_PUBLISH_PORT}:5432
volumes:
- common-postgres-data:/var/lib/postgresql/data
zookeeper:
ports:
- ${ZOOKEEPER_PUBLISH_PORT}:2181
apache_druid_coordinator:
ports:
- ${APACHE_DRUID_COORDINATOR_PUBLISH_PORT}:8081
apache_druid_broker:
ports:
- ${APACHE_DRUID_BROKER_PUBLISH_PORT}:8082
apache_druid_historical:
ports:
- ${APACHE_DRUID_HISTORICAL_PUBLISH_PORT}:8083
apache_druid_middlemanager:
ports:
- ${APACHE_DRUID_MIDDLEMANAGER_PUBLISH_PORT}:8091
- ${APACHE_DRUID_MIDDLEMANAGER_PUBLISH_PORT_RANGE}:8100-8105
apache_druid_router:
ports:
- ${APACHE_DRUID_ROUTER_PUBLISH_PORT}:8888
jenkins:
ports:
- ${JENKINS_PUBLISH_PORT}:8080
mongo:
ports:
- ${MONGO_PUBLISH_PORT}:27017
volumes:
- common-mongo-data:/data/db
flagr:
ports:
- ${FLAGR_PUBLISH_PORT}:18000
volumes:
- ./flagr/flagr_db:/data/db
dragonfly:
ports:
- ${DRAGONFLY_PUBLISH_PORT}:6379
volumes:
- common-dragonfly-db:/data