Skip to content

Commit

Permalink
added reference to blog article
Browse files Browse the repository at this point in the history
  • Loading branch information
kcrane3576 committed Jun 12, 2022
1 parent 1a4bce0 commit 16929b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# flask-postgres-nginx-docker-compose
MVP repo to have default config to run flask, postgres, and nginx running and networked with docker-compose

## Prerequisites
- Create `.env.dev` file in root of project based on `.env.dev-sample`

## Local
- `docker-compose up`
- Go to url: [http://localhost:8000/](http://localhost:8000/)
Expand All @@ -14,4 +17,7 @@ MVP repo to have default config to run flask, postgres, and nginx running and ne
`docker rmi $(docker images -a -q)`

### Cleanup System
`docker system prune`
`docker system prune`

### Reference
- From: [blog](https://testdriven.io/blog/dockerizing-flask-with-postgres-gunicorn-and-nginx/)

0 comments on commit 16929b2

Please sign in to comment.