-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfig.yml
More file actions
47 lines (47 loc) · 738 Bytes
/
fig.yml
File metadata and controls
47 lines (47 loc) · 738 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
44
45
46
47
docs:
image: checkoutcrypto/docs
ports:
- "4567:4567"
dartworker:
image: checkoutcrypto/worker-dart
ports:
- "4240:4240"
links:
- mongo
command: /bin/bash
mongo:
image: dockerfile/mongodb
ports:
- "27017:27017"
worker:
image: checkoutcrypto/worker-qt
ports:
- "12311:12311"
links:
- mysql
command: /bin/bash
api:
image: checkoutcrypto/crypto-api
ports:
- "83:80"
links:
- mysql
site:
image: checkoutcrypto/site
ports:
- "82:80"
links:
- mysql
- api
phpmyadmin:
image: corbinu/docker-phpmyadmin
ports:
- "81:80"
links:
- mysql
environment:
MYSQL_USERNAME: root
mysql:
image: mysql:5.6.21
environment:
MYSQL_ROOT_PASSWORD: password