Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sadok-f/php7_nginx_vertica_odbc
- Owner: sadok-f
- Created: 2016-05-19T12:42:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:43:15.000Z (about 6 years ago)
- Last Synced: 2024-12-05T23:42:03.000Z (about 2 months ago)
- Topics: nginx, odbc, php7, supervisord, vertica-db
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```