Skip to content

Instantly share code, notes, and snippets.

@dgrstl
Created September 6, 2019 20:58
Show Gist options
  • Save dgrstl/7c2334f8c341694898cd2baf493edbc3 to your computer and use it in GitHub Desktop.
Save dgrstl/7c2334f8c341694898cd2baf493edbc3 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p ./stoplight-data
docker run --rm -it --name platform \
-p 8080:8080 \
-v $(pwd)/stoplight-data:/home/node/postgresql \
-e SL_APP_SECRET=O0H2FQOloYZLWI7uR4gKsZIqbhQt5RnG\
-e EMIT_STDOUT=true \
quay.io/stoplight/platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment