Skip to content

prezire/docker-php-censor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Censor docker image

Web image stars Worker image stars Web image pulls Web image pulls

Description

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

See worker and web to get information about using. Or you can use docker-compose file that is described below to run a whole stack.

Docker compose

How to use

Default way with Postgresql database:

docker-compose up -d

Or if you want to use it with Mysql (Mariadb):

docker-compose -f docker-compose.mysql.yml -d

If you want to up more worker just use this command, when the phpcensor 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+

About

Containers for PHP Censor CI system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%