Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lefuturiste/docker-templates

A list of useful Dockerfile and the source of my very cool docker image templates
https://github.com/lefuturiste/docker-templates

Last synced: 4 days ago
JSON representation

A list of useful Dockerfile and the source of my very cool docker image templates

Awesome Lists containing this project

README

        

# Docker template

## Php fpm + nginx

image: `lefuturiste/php-fpm`

- php version 7.2
- debian + nginx + php-fpm + php
- composer support
- auto run of composer init script in your app

## Php cli only

image: `lefuturiste/php`

- useful for worker for instance
- php version 7.2
- debian + php-cli

## Vue single page app

image: `lefuturiste/vue-spa`

- node + nginx
- expose on 80