Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhalverson/docker-kubernates-prod
A docker and kubernetes setup for a testing and production environment on AWS / GCP
https://github.com/benhalverson/docker-kubernates-prod
Last synced: 7 days ago
JSON representation
A docker and kubernetes setup for a testing and production environment on AWS / GCP
- Host: GitHub
- URL: https://github.com/benhalverson/docker-kubernates-prod
- Owner: benhalverson
- Created: 2019-11-19T05:27:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T21:02:15.000Z (over 3 years ago)
- Last Synced: 2024-04-11T16:12:19.688Z (7 months ago)
- Language: JavaScript
- Size: 629 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker container setup for AWS
[![Build Status](https://travis-ci.com/benhalverson/docker-kubernates-prod.svg?branch=master)](https://travis-ci.com/benhalverson/docker-kubernates-prod)## Features include:
- local react dev server
- running local tests
- building on a CI server
- auto deploying if the CI build passes## Local dev
- To run locally you can use `docker-compose up` to start the servers
## Production env
- `docker ps` tells you the dockerID
- `docker build .` to build the Dockerfile
- `docker run -p 80:80 dockerID`