Skip to content

Clearfacts/cf-tideways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tideways daemon

This docker container contains the Tideways daemon.

Credits

Based on: https://github.com/sroze/dockerfiles/blob/master/tideways

Usage

Add the Docker image to your Docker-Compose configuration:

tideways:
    image: docker.io/sroze/tideways
    environment:
      - TIDEWAYS_ENV=acceptance # production is default

Then, in your container running PHP, update your php.ini with the following examples:

tideways.connection = tcp://tideways:9135

Releases

No releases published

Packages

No packages published