-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.zone-a-plugin.yml
More file actions
50 lines (42 loc) · 1.35 KB
/
docker-compose.zone-a-plugin.yml
File metadata and controls
50 lines (42 loc) · 1.35 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
44
45
46
47
48
#################################################################################
# Copyright (c) 2014-2019 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
#
################################################################################
#
# Note: while version 3.7 is technically compatible with Docker 18.06 and
# higher, this project was tested with only Docker 18.09 as of 2019-08-06.
#
################################################################################
version: "3.7"
services:
debug:
volumes:
- logging-sandbox-cdh:/debug/sandbox-cdh
fusion-livehive-proxy-sandbox-cdh:
image: wandisco/fusion-livehive-proxy-cdh-5.16.0:7.1.0.2-3860
depends_on:
- fusion-server-sandbox-cdh
networks:
- fusion
env_file:
- "zone_a.env"
ports:
- 9083:9083
volumes:
- logging-sandbox-cdh:/var/log/fusion
- fusion-sandbox-cdh-etc-wandisco:/etc/wandisco
- fusion-sandbox-cdh-etc-hadoop:/etc/hadoop
networks:
# One Docker network is shared between both zones
fusion:
volumes:
logging-sandbox-cdh:
fusion-sandbox-cdh-etc-hadoop:
fusion-sandbox-cdh-etc-wandisco: