All Projects → wodby → docker4ruby

wodby / docker4ruby

Licence: MIT License
Docker-based Ruby stack (works for Rails)

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker4ruby

Docker4wordpress
Docker-based WordPress stack
Stars: ✭ 607 (+2148.15%)
Mutual labels:  docker-compose, alpine, arm64
Docker4php
Docker-based PHP stack
Stars: ✭ 210 (+677.78%)
Mutual labels:  docker-compose, alpine, arm64
Docker4drupal
Docker-based Drupal stack
Stars: ✭ 1,045 (+3770.37%)
Mutual labels:  docker-compose, alpine, arm64
Docker Serveo Server
https://serveo.net is an alternative for ngrok. taichunmin/serveo-server can let you host your own serveo. And taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker.
Stars: ✭ 44 (+62.96%)
Mutual labels:  docker-compose, alpine
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+451.85%)
Mutual labels:  alpine, arm64
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-55.56%)
Mutual labels:  docker-compose, arm64
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (+155.56%)
Mutual labels:  docker-compose, alpine
Dcind
Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
Stars: ✭ 128 (+374.07%)
Mutual labels:  docker-compose, alpine
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+751.85%)
Mutual labels:  alpine, arm64
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+151.85%)
Mutual labels:  alpine, arm64
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (+159.26%)
Mutual labels:  alpine, arm64
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (+333.33%)
Mutual labels:  alpine, arm64
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-51.85%)
Mutual labels:  alpine, arm64
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-37.04%)
Mutual labels:  alpine, arm64
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+96.3%)
Mutual labels:  alpine, arm64
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+22.22%)
Mutual labels:  alpine, arm64
novix
kris nóva userspace and kernel tools for the Novix operating system
Stars: ✭ 33 (+22.22%)
Mutual labels:  arm64
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (-33.33%)
Mutual labels:  alpine
docker-unms
All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).
Stars: ✭ 153 (+466.67%)
Mutual labels:  arm64
wordpress-php
PHP docker container image for WordPress
Stars: ✭ 24 (-11.11%)
Mutual labels:  alpine

Docker-based Ruby stack

Build Status

Introduction

Docker4Ruby is a set of docker images optimized for Ruby applications (suitable for Ruby on Rails). Use docker-compose.yml file from the latest stable release to spin up local environment on Linux, Mac OS X and Windows.

Stack

The Ruby stack consist of the following containers:

Container Versions Image ARM64 support Enabled by default
Nginx 1.21, 1.20, 1.19 wodby/nginx
Ruby 3.0, 2.7, 2.6 wodby/ruby
Sidekiq wodby/ruby
PostgreSQL 14, 13, 12, 11, 10 wodby/postgres
Redis 6, 5 wodby/redis
MariaDB 10.6, 10.5, 10.4, 10.3 wodby/mariadb
Node.js 16, 14, 12 wodby/node
Varnish 6.0, 4.1 wodby/varnish
Solr 8, 7, 6, 5 wodby/solr
Elasticsearch 7, 6 wodby/elasticsearch
Kibana 7, 6 wodby/kibana
Memcached 1 wodby/memcached
Rsyslog latest wodby/rsyslog
AthenaPDF 2.16.0 arachnysdocker/athenapdf-service
Mailhog latest mailhog/mailhog
OpenSMTPD 6.0 wodby/opensmtpd
Adminer 4.6 wodby/adminer
Traefik latest _/traefik

Documentation

Full documentation is available at https://wodby.com/docs/stacks/ruby/local

Images' tags

Images tags format is [VERSION]-[STABILITY_TAG] where:

[VERSION] is the version of an application (without patch version) running in a container, e.g. wodby/nginx:1.15-x.x.x where Nginx version is 1.15 and x.x.x is a stability tag. For some images we include both major and minor version like Ruby 2.5, for others we include only major like Redis 5.

[STABILITY_TAG] is the version of an image that corresponds to a git tag of the image repository, e.g. wodby/mariadb:10.2-3.3.8 has MariaDB 10.2 and stability tag 3.3.8. New stability tags include patch updates for applications and image's fixes/improvements (new env vars, orchestration actions fixes, etc). Stability tag changes described in the corresponding a git tag description. Stability tags follow semantic versioning.

We highly encourage to use images only with stability tags.

Maintenance

We regularly update images used in this stack and release them together, see releases page for full changelog and update instructions. Most of routine updates for images and this project performed by the bot via scripts located at wodby/images.

Other Docker4x projects

License

This project is licensed under the MIT open source license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].