Merge pull request 'cicd-705' (#706) from cicd-705 into main
All checks were successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/billing_documents Pipeline was successful
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/callbacks Pipeline was successful
ci/woodpecker/push/discovery Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/gateway_chain Pipeline was successful
ci/woodpecker/push/gateway_mntx Pipeline was successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful
ci/woodpecker/push/gateway_tron Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_methods Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/payments_quotation Pipeline was successful
All checks were successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/billing_documents Pipeline was successful
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/callbacks Pipeline was successful
ci/woodpecker/push/discovery Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/gateway_chain Pipeline was successful
ci/woodpecker/push/gateway_mntx Pipeline was successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful
ci/woodpecker/push/gateway_tron Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_methods Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/payments_quotation Pipeline was successful
Reviewed-on: #706
This commit was merged in pull request #706.
This commit is contained in:
@@ -7,6 +7,9 @@ matrix:
|
|||||||
BFF_VAULT_SECRET_PATH: sendico/edge/bff/vault
|
BFF_VAULT_SECRET_PATH: sendico/edge/bff/vault
|
||||||
BFF_ENV: prod
|
BFF_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -87,6 +90,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/bff/build-image.sh
|
- sh ci/scripts/bff/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
DOCUMENTS_MONGO_SECRET_PATH: sendico/db
|
DOCUMENTS_MONGO_SECRET_PATH: sendico/db
|
||||||
DOCUMENTS_ENV: prod
|
DOCUMENTS_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -82,6 +85,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/billing_documents/build-image.sh
|
- sh ci/scripts/billing_documents/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
FEES_MONGO_SECRET_PATH: sendico/db
|
FEES_MONGO_SECRET_PATH: sendico/db
|
||||||
FEES_ENV: prod
|
FEES_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -82,6 +85,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/billing_fees/build-image.sh
|
- sh ci/scripts/billing_fees/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ matrix:
|
|||||||
CALLBACKS_VAULT_SECRET_PATH: sendico/edge/callbacks/vault
|
CALLBACKS_VAULT_SECRET_PATH: sendico/edge/callbacks/vault
|
||||||
CALLBACKS_ENV: prod
|
CALLBACKS_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -83,6 +86,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/callbacks/build-image.sh
|
- sh ci/scripts/callbacks/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ matrix:
|
|||||||
DISCOVERY_DOCKERFILE: ci/prod/compose/discovery.dockerfile
|
DISCOVERY_DOCKERFILE: ci/prod/compose/discovery.dockerfile
|
||||||
DISCOVERY_ENV: prod
|
DISCOVERY_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -81,6 +84,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/discovery/build-image.sh
|
- sh ci/scripts/discovery/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ matrix:
|
|||||||
FRONTEND_DOCKERFILE: ci/prod/compose/frontend.dockerfile
|
FRONTEND_DOCKERFILE: ci/prod/compose/frontend.dockerfile
|
||||||
FRONTEND_ENV: prod
|
FRONTEND_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -54,6 +57,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ version, secrets ]
|
depends_on: [ version, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/frontend/build-image.sh
|
- sh ci/scripts/frontend/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ matrix:
|
|||||||
FX_NEEDS_NATS: "true"
|
FX_NEEDS_NATS: "true"
|
||||||
FX_ENV: prod
|
FX_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -87,6 +90,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/fx/build-image.sh
|
- sh ci/scripts/fx/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ matrix:
|
|||||||
FX_NEEDS_NATS: "true"
|
FX_NEEDS_NATS: "true"
|
||||||
FX_ENV: prod
|
FX_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -88,6 +91,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/fx/build-image.sh
|
- sh ci/scripts/fx/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ matrix:
|
|||||||
CHAIN_GATEWAY_VAULT_SECRET_PATH: sendico/gateway/chain/vault
|
CHAIN_GATEWAY_VAULT_SECRET_PATH: sendico/gateway/chain/vault
|
||||||
CHAIN_GATEWAY_ENV: prod
|
CHAIN_GATEWAY_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -86,6 +89,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "chain gateway image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/chain_gateway/build-image.sh
|
- sh ci/scripts/chain_gateway/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ matrix:
|
|||||||
MNTX_GATEWAY_NATS_SECRET_PATH: sendico/nats
|
MNTX_GATEWAY_NATS_SECRET_PATH: sendico/nats
|
||||||
MNTX_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
MNTX_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -85,6 +88,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/mntx/build-image.sh
|
- sh ci/scripts/mntx/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
TGSETTLE_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
TGSETTLE_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
||||||
TGSETTLE_GATEWAY_ENV: prod
|
TGSETTLE_GATEWAY_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -83,6 +86,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/tgsettle/build-image.sh
|
- sh ci/scripts/tgsettle/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ matrix:
|
|||||||
TRON_GATEWAY_VAULT_SECRET_PATH: sendico/gateway/tron/vault
|
TRON_GATEWAY_VAULT_SECRET_PATH: sendico/gateway/tron/vault
|
||||||
TRON_GATEWAY_ENV: prod
|
TRON_GATEWAY_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -86,6 +89,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/tron_gateway/build-image.sh
|
- sh ci/scripts/tron_gateway/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
LEDGER_MONGO_SECRET_PATH: sendico/db
|
LEDGER_MONGO_SECRET_PATH: sendico/db
|
||||||
LEDGER_ENV: prod
|
LEDGER_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -82,6 +85,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/ledger/build-image.sh
|
- sh ci/scripts/ledger/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ matrix:
|
|||||||
NOTIFICATION_TELEGRAM_SECRET_PATH: sendico/notification/telegram
|
NOTIFICATION_TELEGRAM_SECRET_PATH: sendico/notification/telegram
|
||||||
NOTIFICATION_ENV: prod
|
NOTIFICATION_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -85,6 +88,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/notification/build-image.sh
|
- sh ci/scripts/notification/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
PAYMENTS_METHODS_MONGO_SECRET_PATH: sendico/db
|
PAYMENTS_METHODS_MONGO_SECRET_PATH: sendico/db
|
||||||
PAYMENTS_METHODS_ENV: prod
|
PAYMENTS_METHODS_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -83,6 +86,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/payments_methods/build-image.sh
|
- sh ci/scripts/payments_methods/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
||||||
PAYMENTS_ENV: prod
|
PAYMENTS_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -83,6 +86,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/payments_orchestrator/build-image.sh
|
- sh ci/scripts/payments_orchestrator/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ matrix:
|
|||||||
PAYMENTS_QUOTATION_MONGO_SECRET_PATH: sendico/db
|
PAYMENTS_QUOTATION_MONGO_SECRET_PATH: sendico/db
|
||||||
PAYMENTS_QUOTATION_ENV: prod
|
PAYMENTS_QUOTATION_ENV: prod
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
@@ -83,6 +86,7 @@ steps:
|
|||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
depends_on: [ backend-lint, backend-tests, secrets ]
|
depends_on: [ backend-lint, backend-tests, secrets ]
|
||||||
commands:
|
commands:
|
||||||
|
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
|
||||||
- sh ci/scripts/payments_quotation/build-image.sh
|
- sh ci/scripts/payments_quotation/build-image.sh
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ services:
|
|||||||
sendico_bff:
|
sendico_bff:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-bff
|
container_name: sendico-bff
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/bff/service:${APP_V}
|
image: ${REGISTRY_URL}/bff/service:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_billing_documents:
|
sendico_billing_documents:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-billing-documents
|
container_name: sendico-billing-documents
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/billing/documents:${APP_V}
|
image: ${REGISTRY_URL}/billing/documents:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_billing_fees:
|
sendico_billing_fees:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-billing-fees
|
container_name: sendico-billing-fees
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/billing/fees:${APP_V}
|
image: ${REGISTRY_URL}/billing/fees:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ services:
|
|||||||
sendico_callbacks:
|
sendico_callbacks:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-callbacks
|
container_name: sendico-callbacks
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/edge/callbacks:${APP_V}
|
image: ${REGISTRY_URL}/edge/callbacks:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ services:
|
|||||||
sendico_chain_gateway:
|
sendico_chain_gateway:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-chain-gateway
|
container_name: sendico-chain-gateway
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/gateway/chain:${APP_V}
|
image: ${REGISTRY_URL}/gateway/chain:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_discovery:
|
sendico_discovery:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-discovery
|
container_name: sendico-discovery
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/discovery/service:${APP_V}
|
image: ${REGISTRY_URL}/discovery/service:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_fx_ingestor:
|
sendico_fx_ingestor:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-fx-ingestor
|
container_name: sendico-fx-ingestor
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/fx/ingestor:${APP_V}
|
image: ${REGISTRY_URL}/fx/ingestor:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_fx_oracle:
|
sendico_fx_oracle:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-fx-oracle
|
container_name: sendico-fx-oracle
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/fx/oracle:${APP_V}
|
image: ${REGISTRY_URL}/fx/oracle:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_ledger:
|
sendico_ledger:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-ledger
|
container_name: sendico-ledger
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/ledger/service:${APP_V}
|
image: ${REGISTRY_URL}/ledger/service:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_mntx_gateway:
|
sendico_mntx_gateway:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-mntx-gateway
|
container_name: sendico-mntx-gateway
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/gateway/mntx:${APP_V}
|
image: ${REGISTRY_URL}/gateway/mntx:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_notification:
|
sendico_notification:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-notification
|
container_name: sendico-notification
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/notification/service:${APP_V}
|
image: ${REGISTRY_URL}/notification/service:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_payments_methods:
|
sendico_payments_methods:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-payments-methods
|
container_name: sendico-payments-methods
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/payments/methods:${APP_V}
|
image: ${REGISTRY_URL}/payments/methods:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_payments_orchestrator:
|
sendico_payments_orchestrator:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-payments-orchestrator
|
container_name: sendico-payments-orchestrator
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/payments/orchestrator:${APP_V}
|
image: ${REGISTRY_URL}/payments/orchestrator:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_payments_quotation:
|
sendico_payments_quotation:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-payments-quotation
|
container_name: sendico-payments-quotation
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/payments/quotation:${APP_V}
|
image: ${REGISTRY_URL}/payments/quotation:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
sendico_tgsettle_gateway:
|
sendico_tgsettle_gateway:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-tgsettle-gateway
|
container_name: sendico-tgsettle-gateway
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/gateway/tgsettle:${APP_V}
|
image: ${REGISTRY_URL}/gateway/tgsettle:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ services:
|
|||||||
sendico_tron_gateway:
|
sendico_tron_gateway:
|
||||||
<<: *common-env
|
<<: *common-env
|
||||||
container_name: sendico-tron-gateway
|
container_name: sendico-tron-gateway
|
||||||
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ${REGISTRY_URL}/gateway/tron:${APP_V}
|
image: ${REGISTRY_URL}/gateway/tron:${APP_V}
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
|
|||||||
Reference in New Issue
Block a user