All Projects → php-censor → docker-php-censor

php-censor / docker-php-censor

Licence: MIT license
Containers for PHP Censor CI system

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-php-censor

nightly-docker-rebuild
Use nightli.es 🌔 to rebuild N docker 🐋 images 📦 on hub.docker.com
Stars: ✭ 13 (-31.58%)
Mutual labels:  continuous-integration, docker-container
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+784.21%)
Mutual labels:  continuous-integration, docker-container
Wflow
🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪
Stars: ✭ 187 (+884.21%)
Mutual labels:  continuous-integration, docker-container
docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (+210.53%)
Mutual labels:  continuous-integration, docker-container
phpci-installer
PHPCI Easy Installer for Laravel Homestead
Stars: ✭ 19 (+0%)
Mutual labels:  continuous-integration, phpci
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+3984.21%)
Mutual labels:  continuous-integration, docker-container
Phpci
PHPCI is a free and open source continuous integration tool specifically designed for PHP.
Stars: ✭ 2,437 (+12726.32%)
Mutual labels:  continuous-integration, phpci
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-21.05%)
Mutual labels:  continuous-integration
codemagic-docs
Here you’ll find some essential information for setting up CI/CD for your mobile apps with Codemagic.
Stars: ✭ 63 (+231.58%)
Mutual labels:  continuous-integration
typo3-typoscript-lint
Find coding errors in your TypoScript files.
Stars: ✭ 78 (+310.53%)
Mutual labels:  continuous-integration
emaci
Scheduler for compilations in emacs.
Stars: ✭ 12 (-36.84%)
Mutual labels:  continuous-integration
Chartboard
Simple dashboard to show widget chart
Stars: ✭ 23 (+21.05%)
Mutual labels:  continuous-integration
gitea-buildkite-connector
Connect Gitea & Buildkite
Stars: ✭ 16 (-15.79%)
Mutual labels:  continuous-integration
memcheck-cover
An HTML generator for Valgrind's Memcheck tool
Stars: ✭ 30 (+57.89%)
Mutual labels:  continuous-integration
git-diff-lint
Lint only the files your branch touches
Stars: ✭ 36 (+89.47%)
Mutual labels:  continuous-integration
flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Stars: ✭ 2,309 (+12052.63%)
Mutual labels:  continuous-integration
cikit
Continuous Integration Kit (CIKit)
Stars: ✭ 21 (+10.53%)
Mutual labels:  continuous-integration
docker-ci-deploy
Python script to help push Docker images to a registry using CI services
Stars: ✭ 20 (+5.26%)
Mutual labels:  continuous-integration
ci
🐳 Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.
Stars: ✭ 18 (-5.26%)
Mutual labels:  continuous-integration
Norimaki
🌀 Android client for Circle CI
Stars: ✭ 19 (+0%)
Mutual labels:  continuous-integration

PHP Censor docker images

Web image (php-censor-web)

Web image stars Web image pulls

Worker image (php-censor-worker)

Worker image stars Worker image pulls

Description

Docker containers for PHP Censor with installed, configured source code and dependencies, configurable by environment variables config.yml. It has separated into two containers parts: php-censor-web and php-censor-worker for better scalability.

You can use docker-compose file (docker-compose.yml) that is described below to run a whole stack.

Docker compose

How to use

Default way with PostgreSQL database:

docker-compose -f docker-compose.yml up -d (--build)

Or if you want to use it with MySQL (MariaDB):

docker-compose -f docker-compose.mysql.yml up -d (--build)

If you want to up more worker just use this command, when the PHP Censor stack is already started (but you can do it on start):

docker-compose scale worker=4

Requirements

Used docker-compose.yml v2.1, which requires:

  • Docker Engine v1.12+
  • Docker Compose v1.9+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].