KerryK2021 / Plumbing-Company-Appointment-System

0 stars 0 forks source link

Setup Docker #10

Open KerryK2021 opened 5 months ago

KerryK2021 commented 5 months ago

Implement a Docker Compose configuration file (docker-compose.yml) for the AquaTrack project to simplify the deployment process and manage multiple Docker containers efficiently. Docker Compose will orchestrate the setup of containers required for the application, including the backend, frontend, and any associated services.

KerryK2021 commented 5 months ago

Example:

version: "3.4" services: db: image: postgres:latest container_name: trackvg_db restart: always ports: