File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,20 @@ services:
2222 shm_size : 512mb
2323 depends_on :
2424 - publisher-redis
25+ - postgres-17
2526 - mongo-3.6
2627 environment :
2728 MONGODB_URI : " mongodb://mongo-3.6/publisher"
2829 TEST_MONGODB_URI : " mongodb://mongo-3.6/publisher-test"
30+ DATABASE_URL : " postgresql://postgres@postgres-17/publisher"
31+ TEST_DATABASE_URL : " postgresql://postgres@postgres-17/publisher_test"
2932 REDIS_URL : redis://publisher-redis
3033
3134 publisher-app : &publisher-app
3235 << : *publisher
3336 depends_on :
3437 - publisher-redis
38+ - postgres-17
3539 - mongo-3.6
3640 - nginx-proxy
3741 - publishing-api-app
@@ -40,6 +44,7 @@ services:
4044 - publisher-css
4145 - signon-app
4246 environment :
47+ DATABASE_URL : " postgresql://postgres@postgres-17/publisher"
4348 MONGODB_URI : " mongodb://mongo-3.6/publisher"
4449 REDIS_URL : redis://publisher-redis
4550 VIRTUAL_HOST : publisher.dev.gov.uk
@@ -57,9 +62,11 @@ services:
5762 depends_on :
5863 - publisher-redis
5964 - mongo-3.6
65+ - postgres-17
6066 - nginx-proxy
6167 - publishing-api-app
6268 environment :
69+ DATABASE_URL : " postgresql://postgres@postgres-17/publisher"
6370 MONGODB_URI : " mongodb://mongo-3.6/publisher"
6471 REDIS_URL : redis://publisher-redis
6572 command : bin/dev worker
You can’t perform that action at this time.
0 commit comments