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 115cbd1 commit ce146b3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 33 deletions.
11 changes: 2 additions & 9 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ PHP_TAG=8.2-dev-4.40.8

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

### --- NODE ---

Expand All @@ -43,25 +42,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 @@ -78,9 +74,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
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ Docker4PHP is a set of docker images optimized for PHP. Use `docker-compose.yml`

The PHP 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/php] |||
| Crond | | [wodby/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] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/php] |||
| Crond | | [wodby/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

0 comments on commit ce146b3

Please sign in to comment.