Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sadok-f/php7_nginx_vertica_odbc

PHP 7 fpm image + Nginx and Vertica ODBC driver managed by Supervisor
https://github.com/sadok-f/php7_nginx_vertica_odbc

nginx odbc php7 supervisord vertica-db

Last synced: about 7 hours ago
JSON representation

PHP 7 fpm image + Nginx and Vertica ODBC driver managed by Supervisor

Awesome Lists containing this project

README

        

# php7_nginx_vertica_odbc

PHP 7.2 fpm image + Nginx and Vertica ODBC driver managed by Supervisor

By defualt it works with 9.2.0-0 Client Drivers, but you can change Dockerfile to get another specific version [https://my.vertica.com/vertica-client-drivers/](https://my.vertica.com/vertica-client-drivers/)

## Usage

```sh
$ docker pull sadokf/php7_nginx_vertica_odbc
```

```sh
$ docker run -itd -p 8080:80 sadokf/php7_nginx_vertica_odbc
```