From a25810474a2d9195c04c05b157652d8069460eca Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 9 Jul 2018 14:43:01 -0700 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Docker.md b/Docker.md index 4c7ebc7..635ef71 100644 --- a/Docker.md +++ b/Docker.md @@ -5,6 +5,16 @@ docker run -it -p 8080:8080 hunterlong/statup ``` #### Or use Docker Compose This Docker Compose file inlcudes NGINX, Postgres, and Statup. + +### Docker Compose with NGINX and Postgres +Once you initiate the `docker-compose.yml` file below go to http://localhost and you'll be forwarded to the /setup page. +Database Authentication +- database: `postgres` +- port: `5432` +- username: `statup` +- password: `password123` +- database: `statup` + ```yaml version: '2.3'