Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 310 Bytes

sa-3

Software Architecture - Laboratory Work #3

Environment

Postgres (in Docker)

  • Start: docker compose up -d (or docker-compose up -d)
  • Stop: docker compose down --volumes (or docker-compose down --volumes)

NOTE: run commands in sa-3 directory where docker-compose.yml is situated.