Skip to content

creative-hub-taass/microservice-payments

Repository files navigation

microservice-payments

Docker Image CI

Microservizio pagamenti

Linux / Mac (bash)

COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up --build

Windows (Powershell)

$env:COMPOSE_DOCKER_CLI_BUILD=1; $env:DOCKER_BUILDKIT=1; docker-compose up --build

Kubernetes (Okteto)

Linux / Mac (bash)

okteto kubeconfig
export GATEWAY_URL=https://api-gateway-acontenti.cloud.okteto.net
export CLIENT_URL=https://creative-hub-client-taass-acontenti.cloud.okteto.net
for f in ./orchestration/*.yaml; do cat $f | envsubst | kubectl apply -f -; done

Windows (Powershell)

okteto kubeconfig
$env:GATEWAY_URL = "https://api-gateway-acontenti.cloud.okteto.net"
$env:CLIENT_URL = "https://creative-hub-client-taass-acontenti.cloud.okteto.net"
Resolve-Path .\orchestration\*.yaml | Select -ExpandProperty Path | %{Get-Content $_ | envsubst | kubectl apply -f -}

Paypal account