Skip to content

Docker compose template with NextJS Express Postgres and Jenkins

Notifications You must be signed in to change notification settings

KevinBrack/compose-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker compose template with NextJS Express Postgres and Jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published