Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cesarobedfl/dockerfiles

this repo is to store the Dockerfiles and docker-compose.yml files to build containers
https://github.com/cesarobedfl/dockerfiles

angular bagisto docke-compose docker lamp laravel nodejs vue

Last synced: about 2 months ago
JSON representation

this repo is to store the Dockerfiles and docker-compose.yml files to build containers

Awesome Lists containing this project

README

        

# Dockerfile's and docker-compose's files

[Docker] v20.10.17
[Docker-Compose] v1.23.1

- [Bagisto] v1.5.1
- [MySQL] v5.7 as database system

- LAMP :
- [Apache] as web server
- [MariaDB] v10.5 as database system
- [PHP] v7.4
- [phpMyAdmin]

- Laravel :
- [Apache] v alpine:latest or [NGINX] v stable-alpine:latest as web server,
- [MySQL] v8.0.27 or [MariaDB] v10.5 as database system and [phpMyAdmin]
- [PHP] v8.2-fpm-alpine
- [composer] latest
- [npm] v node:20-alpine
- [mailpit] latest
- with the [alpine] images

- JS-Stacks
- [NodeJS] v node:20-alpine
- [Angular] v node:20-alpine
- [Vue] v node:20-alpine

[Docker]:
[Docker-Compose]:

[Apache]:
[NGINX]:

[MySQL]:
[MariaDB]:

[PHP]:
[composer]:
[phpMyAdmin]:
[Bagisto]:

[npm]:
[NodeJS]:
[Angular]:
[Vue]:

[mailpit]:
[alpine]: