Updated Docker (markdown)

master
Hunter Long 2018-07-09 14:43:01 -07:00
parent f5fcad0e04
commit a25810474a
1 changed files with 10 additions and 0 deletions

@ -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'