-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.common.yml
More file actions
64 lines (56 loc) · 1.79 KB
/
docker-compose.common.yml
File metadata and controls
64 lines (56 loc) · 1.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#################################################################################
# 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
#
################################################################################
#
# 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:
image: ubuntu
command: ["tail", "-f", "/dev/null"]
working_dir: "/debug"
volumes:
- logging-livedata-ui:/debug/livedata-ui
networks:
- fusion
# This service creates the One UI Server component to manage both zones.
#
# Note: this component can be run in either zone, so one is chosen arbitrarily
# LiveData UI
livedata-ui:
image: wandisco/livedata-ui:5.5.0
restart: unless-stopped
networks:
- fusion
ports:
- 8081:8081
environment:
- FUSION_SERVER_HOSTNAMES=http://fusion-server-adls1:8082,http://fusion-server-adls2:8582
env_file:
- "common.env"
volumes:
- logging-livedata-ui:/var/log/wandisco/
- fusion-livedata-ui-h2db:/h2db
- fusion-adls1-etc-wandisco:/fusionConfig/adls1
- fusion-adls2-etc-wandisco:/fusionConfig/adls2
volumes:
# Named logging volume
logging-livedata-ui:
# h2db database for UI Server
fusion-livedata-ui-h2db:
fusion-adls1-etc-wandisco:
fusion-adls2-etc-wandisco:
# Used for restarting ihc servers
fusion-adls1-restart:
fusion-adls2-restart: