-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathdocker-compose.rancher.yml
More file actions
43 lines (35 loc) · 865 Bytes
/
Copy pathdocker-compose.rancher.yml
File metadata and controls
43 lines (35 loc) · 865 Bytes
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
version: '2'
services:
mariadb:
hostname: mariadb
image: jeff1evesque/ml-mariadb:0.8
mongodb:
hostname: mongodb
image: jeff1evesque/ml-mongodb:0.8
redis:
hostname: redis
image: jeff1evesque/ml-redis:0.8
browserify:
hostname: browserify
image: jeff1evesque/ml-browserify:0.8
sass:
hostname: sass
image: jeff1evesque/ml-sass:0.8
webserver-api:
hostname: webserver-api
image: jeff1evesque/ml-webserver:0.8
command: ['api', '0.0.0.0', '6001', '6']
webserver-web:
hostname: webserver-web
image: jeff1evesque/ml-webserver:0.8
command: ['web', '0.0.0.0', '5001', '6']
nginx-api:
hostname: nginx-api
image: jeff1evesque/ml-nginx-api:0.8
ports:
- 9595:6000/tcp
nginx-web:
hostname: nginx-web
image: jeff1evesque/ml-nginx-web:0.8
ports:
- 8585:5000/tcp