@@ -75,10 +75,6 @@ services:
75
75
source : ./src/metacpan-web
76
76
target : /metacpan-web
77
77
# read_only: true
78
- - type : bind
79
- source : ./configs/metacpan-web/metacpan_web_local.conf
80
- target : /metacpan-web/metacpan_web_local.conf
81
- read_only : true
82
78
ports :
83
79
- " 5001:5001"
84
80
networks :
@@ -121,18 +117,6 @@ services:
121
117
- type : bind
122
118
source : ./src/metacpan-api
123
119
target : /metacpan-api
124
- - type : bind
125
- source : ./configs/metacpan-api/metacpan_server.conf
126
- target : /metacpan-api/metacpan_server.conf
127
- read_only : true
128
- - type : bind
129
- source : ./configs/metacpan-api/metacpan_server_testing.conf
130
- target : /metacpan-api/metacpan_server_testing.conf
131
- read_only : true
132
- - type : bind
133
- source : ./configs/metacpan-api/metacpan.pl
134
- target : /metacpan-api/etc/metacpan.pl
135
- read_only : true
136
120
- type : bind
137
121
source : ./bin/index-cpan.sh
138
122
target : /bin/index-cpan.sh
@@ -174,18 +158,6 @@ services:
174
158
- type : bind
175
159
source : ./src/metacpan-api
176
160
target : /metacpan-api
177
- - type : bind
178
- source : ./configs/metacpan-api/metacpan_server.conf
179
- target : /metacpan-api/metacpan_server.conf
180
- read_only : true
181
- - type : bind
182
- source : ./configs/metacpan-api/metacpan_server_testing.conf
183
- target : /metacpan-api/metacpan_server_testing.conf
184
- read_only : true
185
- - type : bind
186
- source : ./configs/metacpan-api/metacpan.pl
187
- target : /metacpan-api/etc/metacpan.pl
188
- read_only : true
189
161
- type : bind
190
162
source : ./bin/index-cpan.sh
191
163
target : /bin/index-cpan.sh
0 commit comments