feat(docker-compose): added a simple docker compose to get people started with example backend and frontend

This commit is contained in:
blam
2020-07-15 10:47:25 +02:00
parent 8ec6ed5170
commit 76952ea307
4 changed files with 47 additions and 1 deletions
@@ -80,7 +80,7 @@ yarn diff # Make sure all plugins are up to date with the latest plugin template
yarn create-plugin # Create a new plugin
```
### (Optional)Try on Docker
### (Optional) Try on Docker
Run the following commands if you have Docker environment
@@ -91,6 +91,8 @@ $ docker run --rm -it -p 80:80 spotify/backstage
Then open http://localhost/ on your browser.
### (Optional) Running with Docker-Compose
> See [package.json](/package.json) for other yarn commands/options.
[Next Step - Create a Backstage plugin](create-a-plugin.md)