forked from GetWellClinic/gofetchrover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
44 lines (44 loc) · 1.46 KB
/
docker-compose.yml
File metadata and controls
44 lines (44 loc) · 1.46 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
services:
muled:
restart: unless-stopped
build: Docker/muled
volumes:
- ./volumes:/volumes
- ./Docker/mule/:/mule/
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
rover:
restart: unless-stopped
build: Docker/rover
volumes:
- ./volumes:/volumes
- ./Docker/mule/mule-1.3.3/logs:/mule/logs/
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
dcare:
restart: unless-stopped
build: Docker/dcare
volumes:
- ./volumes:/volumes
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
medhealth:
restart: unless-stopped
build:
context: Docker/sftp
args:
SFTP_NAME: medhealth
volumes:
- ./volumes:/volumes
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
alphalab:
restart: unless-stopped
build:
context: Docker/sftp
args:
SFTP_NAME: alphalab
volumes:
- ./volumes:/volumes
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro