Giter Club home page Giter Club logo

oromono's Introduction

Monolithic docker image for docker based ORO Apps and for local development

For local usage see.

Additional Info

Environment variables (will be mapped to parameters.yml):

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_BACKEND_PORT=8080
APP_WEBSOCKET_FRONTEND_PORT=8080
APP_SECRET=123456789
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 for example: runuser -s /bin/sh -c "/var/www/app/console --env=prod oro:platform:update --force" www-data
CMD_INIT_AFTER - Command will be executed after initialization (or installation)

oromono's People

Contributors

sergeycherepanov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

oromono's Issues

Invalid image on docker hub

Hi,

I noticed that the newest image pushed to docker hub (oromono from master) is not compatibile with orobase:1.2 (which is base for oromono). I suppose that this is related with not pushed oromono tag 1.0 to docker hub which looks like OK (but is not available on docker hub, why?)

Details:
Supervisor with configuration https://github.com/djocker/oromono/blob/master/conf/supervisord-2.x.conf tries to start /usr/local/bin/consumer.sh which does not exist on orobase:1.2.

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.