-
Clone the repository with all submodules.
git clone --recurse-submodules https://github.com/evops-sum25/evops.git
-
Set up the
.env
andbackend/.env
files. -
Run the app with Docker Compose.
docker compose up --build
Note that currently, the
network_mode
is set tohost
, which may not work correctly on Windows machines.
The services will be available on the following URLs:
- Back end: http://0.0.0.0:8080
- Website: http://0.0.0.0:3000