Skip to content

Instantly share code, notes, and snippets.

@mts88
Created November 11, 2021 19:28
Show Gist options
  • Save mts88/ff1921871f1e46cc12ed5da3951ed610 to your computer and use it in GitHub Desktop.
Save mts88/ff1921871f1e46cc12ed5da3951ed610 to your computer and use it in GitHub Desktop.
Unleash Proxy Docker
docker run \
-e UNLEASH_PROXY_SECRETS=my_secret_for_client \
-e UNLEASH_URL=https://gitlab.com/api/v4/feature_flags/unleash/1111111 \
-e UNLEASH_INSTANCE_ID=XXXXXXXX \
-e UNLEASH_API_TOKEN=YYYYYY \
-e UNLEASH_APP_NAME=development \
-p 3000:3000 \
unleashorg/unleash-proxy:0.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment