This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the new versions in order to allow docker to pull the right ver…
…sions for all the images it needs.
- Loading branch information
1 parent
839190c
commit 58cca39
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ services: | |
|
||
hydrogen-producer-hyproof-api: | ||
container_name: hydrogen-producer-hyproof-api | ||
image: digicatapult/sqnc-hyproof-api:v0.13.25 | ||
image: digicatapult/sqnc-hyproof-api:v0.13.32 | ||
command: /bin/sh -c " | ||
sleep 10 && | ||
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile && | ||
|
@@ -77,7 +77,7 @@ services: | |
|
||
energy-owner-hyproof-api: | ||
container_name: energy-owner-hyproof-api | ||
image: digicatapult/sqnc-hyproof-api:v0.13.25 | ||
image: digicatapult/sqnc-hyproof-api:v0.13.32 | ||
command: /bin/sh -c " | ||
sleep 10 && | ||
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile && | ||
|
@@ -134,7 +134,7 @@ services: | |
|
||
regulator-hyproof-api: | ||
container_name: regulator-hyproof-api | ||
image: digicatapult/sqnc-hyproof-api:v0.13.25 | ||
image: digicatapult/sqnc-hyproof-api:v0.13.32 | ||
command: /bin/sh -c " | ||
sleep 10 && | ||
npx [email protected] migrate:latest --knexfile build/lib/db/knexfile && | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters