Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Docker Compose Starter

A simple Docker Compose setup with Nginx and PostgreSQL.

Usage

  1. Start the services:

    docker-compose up -d
  2. Stop the services:

    docker-compose down

Services

  • web: Nginx web server (Port 80)
  • db: PostgreSQL database