-
Notifications
You must be signed in to change notification settings - Fork 217
/
Copy path.env
96 lines (68 loc) · 2.03 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
### 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.5
#MARIADB_TAG=10.11-3.30.5
#MARIADB_TAG=10.6-3.30.5
#MARIADB_TAG=10.5-3.30.5
### --- VANILLA WORDPRESS ----
WORDPRESS_TAG=6-4.94.0
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=8.4-dev-4.64.0
#PHP_TAG=8.3-dev-4.64.0
#PHP_TAG=8.2-dev-4.64.0
#PHP_TAG=8.1-dev-4.64.0
# macOS (uid 501 gid 20)
#PHP_TAG=8.3-dev-macos-4.64.0
#PHP_TAG=8.2-dev-macos-4.64.0
#PHP_TAG=8.1-dev-macos-4.64.0
### --- NGINX ----
NGINX_TAG=1.27-5.40.2
#NGINX_TAG=1.26-5.40.2
### --- VALKEY ---
VALKEY_TAG=8-1.0.0
#VALKEY_TAG=7-1.0.0
### --- NODE ---
NODE_TAG=22-dev-1.47.2
#NODE_TAG=20-dev-1.47.2
#NODE_TAG=18-dev-1.47.2
### --- VARNISH ---
VARNISH_TAG=6.0-4.19.1
### --- SOLR ---
SOLR_TAG=9-5.1.5
### --- OPENSEARCH ---
OPENSEARCH_TAG=2
OPENSEARCH_ADMIN_PASSWORD=VERY%@bad123password
### OTHERS
ADMINER_TAG=4-3.32.1
APACHE_TAG=2.4-4.15.3
MEMCACHED_TAG=1-2.19.0
OPENSMTPD_TAG=7-1.23.1
RSYSLOG_TAG=latest
WEBGRIND_TAG=1-1.36.0
XHPROF_TAG=3.14.0