File tree Expand file tree Collapse file tree 4 files changed +36
-21
lines changed
Expand file tree Collapse file tree 4 files changed +36
-21
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11version : ' 3.3'
22
3- networks :
4- evolution-net :
5- driver : bridge
6-
73services :
84 mongodb :
95 container_name : mongodb
@@ -17,11 +13,27 @@ services:
1713 environment :
1814 MONGO_INITDB_ROOT_USERNAME : root
1915 MONGO_INITDB_ROOT_PASSWORD : root
20- networks :
21- - evolution-net
2216 expose :
2317 - 27017
2418
19+ mongo-express :
20+ image : mongo-express
21+ environment :
22+ ME_CONFIG_BASICAUTH_USERNAME : root
23+ ME_CONFIG_BASICAUTH_PASSWORD : root
24+ ME_CONFIG_MONGODB_SERVER : mongodb
25+ ME_CONFIG_MONGODB_ADMINUSERNAME : root
26+ ME_CONFIG_MONGODB_ADMINPASSWORD : root
27+ ports :
28+ - 8081:8081
29+ links :
30+ - mongodb
31+
2532volumes :
2633 evolution_mongodb_data :
27- evolution_mongodb_configdb:
34+ evolution_mongodb_configdb :
35+
36+ networks :
37+ default :
38+ name : evolution-net
39+
Original file line number Diff line number Diff line change 11version : ' 3.3'
22
3- networks :
4- evolution-net :
5- driver : bridge
6-
73services :
84 redis :
95 image : redis:latest
106 container_name : redis
117 ports :
128 - 6379:6379
13- networks :
14- - evolution-net
15-
9+
10+ rebrow :
11+ image : marian/rebrow
12+ ports :
13+ - 5001:5001
14+ links :
15+ - redis
16+
1617volumes :
1718 evolution_redis :
19+
20+ networks :
21+ default :
22+ name : evolution-net
Original file line number Diff line number Diff line change 11version : ' 3.3'
22
3- networks :
4- evolution-net :
5- driver : bridge
6-
73services :
84 api :
95 container_name : evolution_api
@@ -17,11 +13,13 @@ services:
1713 env_file :
1814 - ./Docker/.env
1915 command : ['node', './dist/src/main.js']
20- networks :
21- - evolution-net
2216 expose :
2317 - 8080
2418
2519volumes :
2620 evolution_instances :
27- evolution_store:
21+ evolution_store :
22+
23+ networks :
24+ default :
25+ name : evolution-net
You can’t perform that action at this time.
0 commit comments