- Clone repositories locally in the same directory
- Nothing should be running on port
3000in your host machine
mkdir viksu && cd viksugit clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-backend.gitgit clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-docker.gitcd ./viksu-2.0-dockerdocker compose up --build-
To stop all the containers run
docker compose down
mkdir viksu && cd viksugit clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-frontend.gitgit clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-backend.gitgit clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-docker.gitcd ./viksu-2.0-dockerdocker compose -f docker-compose-test.yml up --build
To stop all the containers run
docker compose -f docker-compose-test.yml down
The postgres database container will store data in pg_data directory in the base folder where the repositories are cloned according the above instructions it's viksu.