Skip to content

Codychat a powerfull php chat system. Our chat community gives you the opportunity of making new friends and sharing good moments with other people. https://boomcoding.com/store/

Notifications You must be signed in to change notification settings

Fireant456/docker-codychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP FPM Template for CodyChat

Docker Pulls Docker Stars Docker Build Docker Build Status

Latest offical v7.2 PHP-FPM container configured with basic extensions and production settings. Includes ionCube Loader php extension as required for CodyChat.

Changes to offical container

Extentions

  • pdo_mysql
  • mysqli
  • calendar
  • intl
  • ionCube Loader

php.ini

  • date.timezone = Etc/UTC
  • upload_max_filesize = 25M
  • post_max_size = 25M

Configuration

See example directory for sample config file showing how to use this container with nginx.

Quickstart

codychat:
  image: fireant456/codychat

  volumes:
    # Website files
    - ./www:/www

  ports:
    - "9000:9000"

You will need to supply the CodyChat files and replace the index.php file in the www directory in the example directory. Once you do this, connecting to your server on port 80 should give you CodyChat. If you do not supply the files downloaded from the CodyChat website then you should see the PHP test page.

About

Codychat a powerfull php chat system. Our chat community gives you the opportunity of making new friends and sharing good moments with other people. https://boomcoding.com/store/

Resources

Stars

Watchers

Forks