Closed marcelosalloum closed 3 months ago
stellar-disbursement-platform-backend-preview is available here:
SDP: https://sdp-backend-pr383.previews.kube001.services.stellar-ops.com/health
AP: https://sdp-ap-pr383.previews.kube001.services.stellar-ops.com/health
Frontend: https://sdp-backend-dashboard-pr383.previews.kube001.services.stellar-ops.com
stellar-disbursement-platform-backend-preview is available here:
SDP: https://sdp-backend-pr383.previews.kube001.services.stellar-ops.com/health
AP: https://sdp-ap-pr383.previews.kube001.services.stellar-ops.com/health
Frontend: https://sdp-backend-dashboard-pr383.previews.kube001.services.stellar-ops.com
stellar-disbursement-platform-backend-preview is available here:
SDP: https://sdp-backend-pr383.previews.kube001.services.stellar-ops.com/health
AP: https://sdp-ap-pr383.previews.kube001.services.stellar-ops.com/health
Frontend: https://sdp-backend-dashboard-pr383.previews.kube001.services.stellar-ops.com
What
Replace usage of
docker-compose
withdocker compose
in the CI workflows and the*.sh
scripts.Why
docker-compose
, AKA Compose V1, stopped receiving updates on July 2023 and the Docker official documentation says it should be replaced bydocker compose
, AKA Compose V2:Sinde the versions of our CI actions were updated by dependabot, our CI jobs that used docker-compose started failing, surfacing the problem now that the latest docker versions stopped supporting docker-compose.
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment