GitXplorerGitXplorer
s

docker-hhvm-fcgi

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d724171c7fb45e1a3b95f72605b7d31edcaf5ee6

my default files; use this as an example and don't pull the image directly

sseeekr committed 10 years ago
Unverified
e39d6c48a2a716395ff452acf3ed53ec41333482

Initial commit

sseeekr committed 10 years ago

README

The README file for this repository.

docker-hhvm-fcgi

dockerized hhvm + composer and fcgi server

Starts an fcgi server on port 9000 (default fcgi port) and exposes it. Includes a way of rewriting hhvm config with ENV variables from linked Docker containers; but for now that rewriting is hard-coded (using redis as session store) and could use some love in order to make that dynamic. Ideally just rewrite all occurrences of $VAR with the value of that env variable, using sed or something else.