forked from wodby/docker4wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
109 lines (79 loc) · 2.25 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
### Documentation available at https://wodby.com/docs/stacks/wordpress/local
### Changelog can be found at https://github.com/wodby/docker4wordpress/releases
### Images tags format explained at https://github.com/wodby/docker4wordpress#images-tags
### PROJECT SETTINGS
PROJECT_NAME=my_wordpress_project
PROJECT_BASE_URL=wp.docker.localhost
DB_NAME=wordpress
DB_USER=wordpress
DB_PASSWORD=wordpress
DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_CHARSET=utf8
# You can generate these using the https://roots.io/salts.html Roots.io secret-key service
# Supported by vanilla WP image only, see docker-compose.override.yml
# If not specified, generated automatically
#WP_AUTH_KEY='generateme'
#WP_AUTH_SALT='generateme'
#WP_SECURE_AUTH_KEY='generateme'
#WP_SECURE_AUTH_SALT='generateme'
#WP_LOGGED_IN_KEY='generateme'
#WP_LOGGED_IN_SALT='generateme'
#WP_NONCE_KEY='generateme'
#WP_NONCE_SALT='generateme'
# Accepted values are 'direct', 'ssh2', 'ftpext', 'ftpsockets', or 'false' to omit the
# constant letting WordPress determine the best method. Defaults to 'direct' if undefined.
FS_METHOD=direct
### --- MARIADB ----
MARIADB_TAG=10.9-3.23.1
#MARIADB_TAG=10.8-3.23.1
#MARIADB_TAG=10.7-3.23.1
#MARIADB_TAG=10.6-3.23.1
#MARIADB_TAG=10.5-3.23.1
#MARIADB_TAG=10.4-3.23.1
#MARIADB_TAG=10.3-3.23.1
### --- VANILLA WORDPRESS ----
WORDPRESS_TAG=6-4.61.4
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=8.2-dev-4.42.4
#PHP_TAG=8.1-dev-4.42.4
#PHP_TAG=8.0-dev-4.42.4
# macOS (uid 501 gid 20)
#PHP_TAG=8.0-dev-macos-4.42.4
#PHP_TAG=7.4-dev-macos-4.42.4
### --- NGINX ----
NGINX_TAG=1.23-5.29.1
#NGINX_TAG=1.22-5.29.1
#NGINX_TAG=1.21-5.29.1
### --- REDIS ---
REDIS_TAG=7-3.15.4
#REDIS_TAG=6-3.15.4
#REDIS_TAG=5-3.15.4
### --- NODE ---
NODE_TAG=18-dev-1.17.1
#NODE_TAG=16-dev-1.17.1
#NODE_TAG=14-dev-1.17.1
### --- VARNISH ---
VARNISH_TAG=6.0-4.13.1
#VARNISH_TAG=4.1-4.13.1
### --- SOLR ---
SOLR_TAG=8-4.18.1
#SOLR_TAG=7-4.18.1
#SOLR_TAG=6-4.18.1
#SOLR_TAG=5-4.18.1
### --- ELASTICSEARCH ---
ELASTICSEARCH_TAG=7-5.18.6
#ELASTICSEARCH_TAG=6-5.18.6
### --- KIBANA ---
KIBANA_TAG=7-5.18.6
#KIBANA_TAG=6-5.18.6
### OTHERS
ADMINER_TAG=4-3.24.4
APACHE_TAG=2.4-4.11.2
ATHENAPDF_TAG=2.16.0
MEMCACHED_TAG=1-2.14.2
OPENSMTPD_TAG=6-1.16.1
RSYSLOG_TAG=latest
WEBGRIND_TAG=1-1.29.4
XHPROF_TAG=3.7.6