Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lefuturiste/docker-templates
- Owner: lefuturiste
- Created: 2019-01-06T10:48:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T17:26:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:57:29.633Z (over 1 year ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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