Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 15, 2023
1 parent 41731f2 commit da01b65
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 35 deletions.
11 changes: 2 additions & 9 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ PHP_TAG=8.2-dev-0.4.6

NGINX_TAG=1.25-5.33.6
#NGINX_TAG=1.24-5.33.6
#NGINX_TAG=1.23-5.33.6

### --- NODE ---

Expand All @@ -45,25 +44,22 @@ NODE_TAG=20-dev-1.27.0

MARIADB_TAG=11.0-3.26.5
#MARIADB_TAG=10.11-3.26.5
#MARIADB_TAG=10.10-3.26.5
#MARIADB_TAG=10.9-3.26.5
#MARIADB_TAG=10.6-3.26.5
#MARIADB_TAG=10.5-3.26.5
#MARIADB_TAG=10.4-3.26.5

### --- POSTGRESQL ----

POSTGRES_TAG=15-1.32.0
POSTGRES_TAG=16-1.32.0
#POSTGRES_TAG=15-1.32.0
#POSTGRES_TAG=14-1.32.0
#POSTGRES_TAG=13-1.32.0
#POSTGRES_TAG=12-1.32.0
#POSTGRES_TAG=11-1.32.0

### --- REDIS ---

REDIS_TAG=7-4.2.4
#REDIS_TAG=6-4.2.4
#REDIS_TAG=5-4.2.4

### --- VARNISH ---

Expand All @@ -80,9 +76,6 @@ KIBANA_TAG=7-5.19.1
### --- SOLR ---

SOLR_TAG=8-4.18.2
#SOLR_TAG=7-4.18.2
#SOLR_TAG=6-4.18.2
#SOLR_TAG=5-4.18.2

### OTHERS

Expand Down
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ docker4laravel is a set of docker images optimized for Laravel. Use `docker-comp

The Laravel stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|--------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24, 1.23 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/laravel-php] |||
| Queue | | [wodby/laravel-php] || |
| Crond | | [wodby/laravel-php] || |
| [MariaDB] | 11, 10.11-10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 15, 14, 13, 12, 11 | [wodby/postgres] || |
| [Redis] | 7, 6, 5 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] | | |
| [Xhprof viewer] | latest | [wodby/xhprof] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-------------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Apache HTTPD] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/laravel-php] |||
| Queue | | [wodby/laravel-php] || |
| Crond | | [wodby/laravel-php] || |
| [MariaDB] | 11.0, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
| [Redis] | 7, 6 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] | | |
| [Xhprof viewer] | latest | [wodby/xhprof] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
## Documentation

Expand Down Expand Up @@ -71,7 +71,7 @@ We regularly update images used in this stack and release them together, see [re

This project is licensed under the MIT open source license.

[Apache]: https://wodby.com/docs/stacks/laravel/containers#apache
[Apache HTTPD]: https://wodby.com/docs/stacks/laravel/containers#apache
[AthenaPDF]: https://wodby.com/docs/stacks/laravel/containers#athenapdf
[Elasticsearch]: https://wodby.com/docs/stacks/elasticsearch
[Kibana]: https://wodby.com/docs/stacks/elasticsearch
Expand Down

0 comments on commit da01b65

Please sign in to comment.