Giter VIP home page Giter VIP logo

docker-autobuild-orocrm's Introduction

OroCRM Application

Single Docker Container

Usage

Parameters.yml Variables:

APP_DB_DRIVER=pdo_mysql
APP_DB_HOST=db
APP_DB_PORT=3306
APP_DB_USER=orocrm
APP_DB_PASSWORD=orocrm
APP_DB_NAME=orocrm
APP_DB_HOST=db
APP_HOSTNAME=localhost
APP_MAILER_TRANSPORT=smtp
APP_MAILER_HOST=127.0.0.1
APP_MAILER_PORT=
APP_MAILER_ENCRYPTION=
APP_MAILER_USER=
APP_MAILER_PASSWORD=
APP_WEBSOCKET_HOST=websocket
APP_WEBSOCKET_PORT=8080
APP_IS_INSTALLED=

Advanced Variables:

CMD_INIT_BEFORE - Command will be executed before initialization (or installation)
CMD_INIT_CLEAN - Command will be used if application not installed (here you can initiate installation via cli) CMD_INIT_INSTALLED - Command will be used for initialization of already installed application
CMD_INIT_AFTER - Command will be executed after initialization (or installation

Build your own image

docker build --build-arg GIT_URI=https://github.com/orocrm/crm-application.git --build-arg GIT_REF=tags/1.8.2 -t orocrm .

Builder Environment Variables

SSH_PRIVATE_KEY - Base64 encoded private key for git (not stored in container)
GITHUB_TOKEN - Plain text github token for composer (not stored in container)
MEMORY_LIMIT_CLI - Integer value in MB
MEMORY_LIMIT_FPM - Integer value in MB
UPLOAD_LIMIT - Integer value in MB
GIT_URI - Git repository uri
GIT_REF - Git reference, available value: branchname or tags/tagname

Docker Compose / Docker Cloud

Web Installer https://stackfiles.io/registry/56d486622e80f00100d737c7
Automated Installation https://stackfiles.io/registry/56d486be2e80f00100d737c8

docker-autobuild-orocrm's People

Contributors

sergeycherepanov avatar

Watchers

Adriano Aguiar avatar James Cloos avatar

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.