-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy path.env
99 lines (69 loc) · 2.04 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
### 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 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=11.4-3.30.3
#MARIADB_TAG=10.11-3.30.3
#MARIADB_TAG=10.6-3.30.3
#MARIADB_TAG=10.5-3.30.3
### --- VANILLA WORDPRESS ----
WORDPRESS_TAG=6-4.93.8
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=8.4-dev-4.63.8
#PHP_TAG=8.3-dev-4.63.8
#PHP_TAG=8.2-dev-4.63.8
#PHP_TAG=8.1-dev-4.63.8
# macOS (uid 501 gid 20)
#PHP_TAG=8.3-dev-macos-4.63.8
#PHP_TAG=8.2-dev-macos-4.63.8
#PHP_TAG=8.1-dev-macos-4.63.8
### --- NGINX ----
NGINX_TAG=1.27-5.40.0
#NGINX_TAG=1.26-5.40.0
### --- VALKEY ---
VALKEY_TAG=8-0.4.3
#VALKEY_TAG=7-0.4.3
### --- NODE ---
NODE_TAG=22-dev-1.46.3
#NODE_TAG=20-dev-1.46.3
#NODE_TAG=18-dev-1.46.3
### --- VARNISH ---
VARNISH_TAG=6.0-4.19.0
### --- SOLR ---
SOLR_TAG=8-4.18.2
### --- ELASTICSEARCH ---
ELASTICSEARCH_TAG=7-5.19.13
### --- KIBANA ---
KIBANA_TAG=7-5.19.13
### OTHERS
ADMINER_TAG=4-3.29.8
APACHE_TAG=2.4-4.15.2
MEMCACHED_TAG=1-2.18.1
OPENSMTPD_TAG=7-1.23.0
RSYSLOG_TAG=latest
WEBGRIND_TAG=1-1.35.8
XHPROF_TAG=3.13.7