Skip to content

Commit 70ef3eb

Browse files
authored
Merge pull request #106 from metacpan/oalders/cloud-config
Remove -api and -web config files
2 parents 9b4e985 + 74f5ddb commit 70ef3eb

File tree

5 files changed

+0
-115
lines changed

5 files changed

+0
-115
lines changed

configs/metacpan-api/metacpan.pl

-23
This file was deleted.

configs/metacpan-api/metacpan_server.conf

-25
This file was deleted.

configs/metacpan-api/metacpan_server_testing.conf

-31
This file was deleted.

configs/metacpan-web/metacpan_web_local.conf

-8
This file was deleted.

docker-compose.yml

-28
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ services:
7575
source: ./src/metacpan-web
7676
target: /metacpan-web
7777
# 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
8278
ports:
8379
- "5001:5001"
8480
networks:
@@ -121,18 +117,6 @@ services:
121117
- type: bind
122118
source: ./src/metacpan-api
123119
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
136120
- type: bind
137121
source: ./bin/index-cpan.sh
138122
target: /bin/index-cpan.sh
@@ -174,18 +158,6 @@ services:
174158
- type: bind
175159
source: ./src/metacpan-api
176160
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
189161
- type: bind
190162
source: ./bin/index-cpan.sh
191163
target: /bin/index-cpan.sh

0 commit comments

Comments
 (0)