sam-blackfly / php-on-alpine

PHP Web Application scaffold with containerisation using alpine as the base image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larademo

Deployment

Deploying PostgreSQL

$ oc new-app -e POSTGRESQL_USER=larademo -e POSTGRESQL_PASSWORD=postgres -e POSTGRESQL_DATABASE=larademo -e POSTGRESQL_ADMIN_PASSWORD=postgres --template="openshift/postgresql-persistent"

About

PHP Web Application scaffold with containerisation using alpine as the base image.


Languages

Language:Dockerfile 57.8%Language:Shell 28.9%Language:Batchfile 7.2%Language:PHP 6.1%