diff --git a/README.md b/README.md index c050492..d6fdd93 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# apigw-service +# api-gateway service -API Gateway - simple Nginx image with pre-configured reverse proxy's +API Gateway - API Gateway service based on APISIX -Generowanie Klucza autoryzacji +Generate random secret string $ openssl rand -base64 24 -Budowanie obrazu: -$ sh deploy/image-build.sh +Building Docker(dev) image: +$ make build-image-dev -Opublikowanie obrazu: -$ sh deploy/image-push.sh +Publish Docker(dev) image: +$ make push-image-dev