Update README.md

This commit is contained in:
PB
2025-12-13 13:06:03 +00:00
parent b6ac03b838
commit fc4028133b

View File

@@ -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 $ openssl rand -base64 24
Budowanie obrazu: Building Docker(dev) image:
$ sh deploy/image-build.sh $ make build-image-dev
Opublikowanie obrazu: Publish Docker(dev) image:
$ sh deploy/image-push.sh $ make push-image-dev