Combining Networking & Communication and Data Persistence & Volumes by building a simple three-service architecture (frontend, API, and database) connected through custom bridge networks, utilizing port mapping and service discovery for inter-service communication, and configuring PostgreSQL with persistent data storage using volumes. In addition, it includes creating automated scripts for database backup and recovery.
Go to file
adelyaou 4304009bbf Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
api Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
database Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
frontend Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
scripts Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
.dockerignore Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
README.md Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00
docker-compose.yml Networking and Data Persistence docker compose 2025-08-13 11:28:23 +07:00

README.md