This repository contains the necessary files to deploy the www.sccellfie.org website using Docker Compose. Follow the steps below to set up and run the website.
Ensure you have the following installed on your machine:
git clone git@github.com:ventolab/sccellfie-website.git
cd sccellfie-websiteRun the following command to start the website in detached mode:
docker compose up -dOpen your browser and navigate to:
http://YOUR_MACHINE_IP:80
By default, the website runs on port 80.
To stop and remove the running containers, use:
docker compose downTo check the logs of the running containers, use:
docker compose logs -f- Ensure that no other services are running on port 80.
- Use
docker psto verify that the containers are running. - If needed, restart the deployment:
docker compose down
docker compose up -d