Skip to content

4 tiers application demo with docker-compose

Notifications You must be signed in to change notification settings

mschenone/4tiers-app-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4 tiers appliction demo for docker-compose

Application demo composed by:

  • 4 services (db, api server, fe server, reverse-proxy)
  • 3 networks
  • 1 volume

Usege

  • add new records in sql-scripts/init.sql file (optional)
  • start containers with docker-compose:
docker-compose up -d
curl http://localhost:8001

Directories structure

├── api
│   ├── Dockerfile
│   ├── index.js
│   └── package.json
├── docker-compose.yaml
├── reverse-proxy
│   ├── default.conf
│   └── Dockerfile
├── sql-scripts
│   └── init.sql
└── webapp
    ├── Dockerfile
    ├── index.js
    └── package.json

About

4 tiers application demo with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • Dockerfile 12.9%