Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 549 Bytes

File metadata and controls

19 lines (12 loc) · 549 Bytes

PoC docker compose

Obiettivo

Esplorare la containerizzazione di Next.js e DBMS SQL con Docker.

Funzionamento

  1. Clonare la repository in locale e spostarsi nella root del repository;
  2. docker compose watch (richiede Docker 4.23+) oppure docker compose up -d;
  3. L'applicazione è disponibile su localhost:3000;
  4. Terminare l'esecuzione con docker compose down.

Dettagli tecnici

Il docker compose è composto da due container:

  1. postgres: database SQL di supporto;
  2. web: applicazione Next.js.