All in one solution for the WissKI Cloud Management System
Find a file
2024-04-30 14:32:37 +02:00
.dockerignore first commit 2024-04-30 14:32:37 +02:00
.env-example first commit 2024-04-30 14:32:37 +02:00
.gitignore first commit 2024-04-30 14:32:37 +02:00
docker-compose.yml first commit 2024-04-30 14:32:37 +02:00
Dockerfile_app first commit 2024-04-30 14:32:37 +02:00
Dockerfile_drupal first commit 2024-04-30 14:32:37 +02:00
Dockerfile_postgres first commit 2024-04-30 14:32:37 +02:00
entrypoint_app.sh first commit 2024-04-30 14:32:37 +02:00
entrypoint_drupal.sh first commit 2024-04-30 14:32:37 +02:00
extensions_postgres.sh first commit 2024-04-30 14:32:37 +02:00
LICENSE.md first commit 2024-04-30 14:32:37 +02:00
README.md first commit 2024-04-30 14:32:37 +02:00
zz-custom-opcache-settings.ini first commit 2024-04-30 14:32:37 +02:00
zz-custom-php-settings.ini first commit 2024-04-30 14:32:37 +02:00

WissKI Cloud API Deamon

Many thanks to Iqan Shaikh for the node-api-starter project.

Pre-requisites

  • NodeJS & NPM
  • MongoDB
  • Docker
  • Docker Compose

Getting started

To Run App

  • Clone the repo
git clone git@github.com:rnsrk/wisski_cloud_api_daemon.git
  • Change to app dir and install dependencies
cd ./wisski_cloud_api_daemon/app && npm i

Build and run docker containers

  • Change back to app root Build images
cd .. && docker compose build
  • run all containers
docker compose up -d
  • Follow logs
docker logs wisski_cloud_api_daemon -f
  • To stop
docker compose down

Routes: