Skip to content

Commit

Permalink
Added ports and env section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBrack committed Jul 6, 2019
1 parent 5c46c68 commit aaf8c19
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Docker Compose Full Stack Application Template

This template provides a docker-compose file that builds the following services in seperate containers.

* Jenkins
* Express (Node)
* NextJS (Node)
* Postgres

_____

## PORTS

The following ports are exposed when the containers are built

| PORT | SERVICE |
|------|----------|
| 8080 | Jenkins |
| 1337 | Express |
| 80 | NextJS |
| 5432 | Postgres |

_____

## ENVIRONMENT

This template requires the following postgres ENV to be completed in the file `pg.env` to build properly

### __pg.env__

POSTGRES_PASSWORD

POSTGRES_USER

POSTGRES_DB

0 comments on commit aaf8c19

Please sign in to comment.