-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.sandbox-cdh.yml
More file actions
43 lines (40 loc) · 1.13 KB
/
docker-compose.sandbox-cdh.yml
File metadata and controls
43 lines (40 loc) · 1.13 KB
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
---
#################################################################################
# Copyright (c) 2014-2020 WANdisco
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
#
# Apache License, Version 2.0
#
################################################################################
#
# This docker-compose.yml file will bring up an CDH sandbox cluster
version: "3.7"
services:
sandbox-cdh:
image: wandisco/sandbox-cdh:2.15.2.1-1
privileged: true
command: ["/sbin/init"]
env_file: sandbox.env
ports:
- "7180:7180"
- "8889:8889"
- "50070:50070"
- "50010:50010"
external_links:
- fusion-server-sandbox-cdh:fusion-server-sandbox-cdh
- fusion-livehive-proxy-sandbox-cdh:fusion-livehive-proxy-sandbox-cdh
networks:
- fusion
hostname: sandbox-cdh
ulimits:
nproc: 800000
nofile:
soft: 170000
hard: 190000
fusion-server-sandbox-cdh:
depends_on:
- sandbox-cdh