Giter Club home page Giter Club logo

container-wikindx's Introduction

lang
EN_US

WIKINDX Container Image

This repository holds the source code for two container images to run the WIKINDX bibliographic management system.

Description

To run WIKINDX this repository devides the application into two containers. This is done to provide maximum performance and maximum security.

wikindx:fpm-latest

This container image executes all php scripts of the application using the php-fpm server.

PHP-FPM is listening on port 9000 within the container.

wikindx:nginx-latest

This container image provides static HTML pages of the application and uses a reverse proxy definition to request the output of the php scripts from the container running wikindy:fpm-latest.

Nginx is listening on port 8080 within the container.

At the moment no SSL/TLS support is provided within the container therefore you have to put something in front of this container to use SSL/TLS.

Prerequisities

A container runtime like

  • docker
  • podman
  • kubernetes

Container Parameters

wikindx:fpm-latest

Keep in mind, that WIKINDX only supports mysql or mariadb.

  • WIKINDX_DB_HOST - the host and port of the WIKINDX database server (e.g. localhost:3306)
  • WIKINDX_DB - the name of the dabase of the WIKINDX database
  • WIKINDX_DB_USER - the username to connect to the database server
  • WIKINDX_DB_PASSWORD - the password to connect to the database server

wikindx:nginx-latest

  • WIKINDX_FPM_URL - the url to the PHP FPM server (e.g. localhost:9000)

Volumes

At the moment no volumes can be mounted inside the containers.

Source Repository

Prebuild Images

Usage Examples

Under examples you can find examples on how to run this container images.

Authors

  • Dominik Meyer - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details.

container-wikindx's People

Contributors

byterazor avatar hsu-dmeyer avatar

Watchers

 avatar  avatar

Forkers

sensen1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.