@govuk-pay/cli 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/cli",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "GOV.UK Pay Command Line Interface",
5
5
  "bin": {
6
6
  "pay": "bin/cli.js",
@@ -18,6 +18,7 @@ services:
18
18
  retries: 5
19
19
  volumes:
20
20
  - {{../defaultServiceConfigsPath}}/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
21
+ - {{name}}:/var/lib/postgresql/data
21
22
  ports:
22
23
  - "{{port}}:5432"
23
24
  networks:
@@ -277,3 +278,8 @@ networks:
277
278
  driver: default
278
279
  config:
279
280
  - subnet: 172.18.0.0/24
281
+
282
+ volumes:
283
+ {{#each dbServices}}
284
+ {{name}}:
285
+ {{/each}}