Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
UpdatedApi
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed May 7, 2024
1 parent a289e44 commit e866b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/hyproof-apis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

hydrogen-producer-hyproof-api:
container_name: hydrogen-producer-hyproof-api
image: digicatapult/sqnc-hyproof-api:v0.13.32
image: digicatapult/sqnc-hyproof-api:v0.13.36
command: /bin/sh -c "
sleep 10 &&
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile &&
Expand Down Expand Up @@ -77,7 +77,7 @@ services:

energy-owner-hyproof-api:
container_name: energy-owner-hyproof-api
image: digicatapult/sqnc-hyproof-api:v0.13.32
image: digicatapult/sqnc-hyproof-api:v0.13.36
command: /bin/sh -c "
sleep 10 &&
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile &&
Expand Down Expand Up @@ -134,7 +134,7 @@ services:

regulator-hyproof-api:
container_name: regulator-hyproof-api
image: digicatapult/sqnc-hyproof-api:v0.13.32
image: digicatapult/sqnc-hyproof-api:v0.13.36
command: /bin/sh -c "
sleep 10 &&
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile &&
Expand Down

0 comments on commit e866b7f

Please sign in to comment.