1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-21 00:08:07 +02:00

Add "An Annotated Docker Config for Frontend Web Development"

Article detailing a complete production-ready Docker config for local frontend web development.
This commit is contained in:
Andrew Welch 2020-03-23 17:48:12 -04:00 committed by GitHub
parent 0f243b18cb
commit 9e80ec6f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -667,6 +667,7 @@ Services to securely store your Docker images.
## Demos and Examples
- [Webstack-micro](https://github.com/ferbs/webstack-micro) Demo web app showing how Docker Compose might be used to set up an API Gateway, centralized authentication, background workers, and WebSockets as containerized services.
- [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development) A local development environment with Docker allows you to shrink-wrap the devops your project needs as config, making onboarding frictionless.
## Good Tips