Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Iftakharpy/viksu-2.0-docker

Repository files navigation

Instruction to run backend in docker

Requirements

Steps to run server locally

  • mkdir viksu && cd viksu
  • git clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-backend.git
  • git clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-docker.git
  • cd ./viksu-2.0-docker
  • docker compose up --build
  • To stop all the containers run docker compose down

Steps to run server locally for testing including frontend

  • mkdir viksu && cd viksu
  • git clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-frontend.git
  • git clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-backend.git
  • git clone https://gitlab.labranet.jamk.fi/wimma-lab-2023/overflow/viksu-2.0-docker.git
  • cd ./viksu-2.0-docker
  • docker compose -f docker-compose-test.yml up --build

To stop all the containers run docker compose -f docker-compose-test.yml down

General Info

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published