File tree Expand file tree Collapse file tree 5 files changed +15
-44
lines changed Expand file tree Collapse file tree 5 files changed +15
-44
lines changed Original file line number Diff line number Diff line change 1
1
COMPOSE_PROJECT_NAME = metacpan
2
2
PLACK_ENV = development
3
3
PGDB = pgdb:5432
4
- API_SERVER = morbo -l http://*:5000 -w app.psgi -w bin -w lib -w templates --verbose
4
+ API_SERVER = " morbo -l http://*:5000 -w app.psgi -w bin -w lib -w templates --verbose"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ api = http://api:5000
2
+ api_public = http://localhost:5000
3
+ source_host = http://localhost:5000
4
+ web_host = http://localhost:5001
5
+
6
+ <View::Xslate>
7
+ cache_dir = /var/tmp/templates
8
+ </View::Xslate>
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ services:
72
72
source : web_carton
73
73
target : /carton
74
74
- type : bind
75
- source : ./configs/metacpan-web/metacpan_web .conf
76
- target : /metacpan-web/metacpan_web .conf
75
+ source : ./configs/metacpan-web/metacpan_web_local .conf
76
+ target : /metacpan-web/metacpan_web_local .conf
77
77
read_only : true
78
78
- type : bind
79
79
source : ./src/metacpan-web
@@ -366,6 +366,8 @@ services:
366
366
PG_TAG : " ${PG_VERSION_TAG:-9.6-alpine}"
367
367
environment :
368
368
POSTGRES_PASSWORD : metacpan
369
+ POSTGRES_USERNAME : metacpan123
370
+ POSTGRES_DB : metacpan
369
371
networks :
370
372
- database
371
373
healthcheck :
@@ -396,7 +398,7 @@ services:
396
398
#
397
399
398
400
mongodb :
399
- image : mongo:latest
401
+ image : mongo:4.4.9
400
402
networks :
401
403
- mongo
402
404
healthcheck :
Original file line number Diff line number Diff line change 1
1
# grep service - development environment
2
2
3
3
GREP_SITE_PORT = 3001
4
- GREP_PLACKUP_SERVER_ARGS = -E development -R lib,bin
4
+ GREP_PLACKUP_SERVER_ARGS = " -E development -R lib,bin"
You can’t perform that action at this time.
0 commit comments