-
Notifications
You must be signed in to change notification settings - Fork 222
Expand file tree
/
Copy path.env
More file actions
107 lines (77 loc) · 2.22 KB
/
.env
File metadata and controls
107 lines (77 loc) · 2.22 KB
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
### 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.8-3.34.7
#MARIADB_TAG=11.4-3.34.7
#MARIADB_TAG=10.11-3.34.7
#MARIADB_TAG=10.6-3.34.7
### --- VANILLA WORDPRESS ----
WORDPRESS_TAG=6-4.114.7
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=8.5-dev-4.78.5
#PHP_TAG=8.4-dev-4.78.5
#PHP_TAG=8.3-dev-4.78.5
#PHP_TAG=8.2-dev-4.78.5
# macOS (uid 501 gid 20)
#PHP_TAG=8.5-dev-macos-4.78.5
#PHP_TAG=8.4-dev-macos-4.78.5
#PHP_TAG=8.3-dev-macos-4.78.5
#PHP_TAG=8.2-dev-macos-4.78.5
### --- NGINX ----
NGINX_TAG=1.29-5.46.12
#NGINX_TAG=1.28-5.46.12
### --- VALKEY ---
VALKEY_TAG=9.0-1.6.2
#VALKEY_TAG=8.1-1.6.2
#VALKEY_TAG=8.0-1.6.2
#VALKEY_TAG=7-1.6.2
### --- REDIS ---
REDIS_TAG=8.6-5.3.3
#REDIS_TAG=8.4-5.3.3
#REDIS_TAG=8.2-5.3.3
#REDIS_TAG=7.4-5.3.3
### --- NODE ---
NODE_TAG=24-dev-1.66.0
#NODE_TAG=22-dev-1.66.0
#NODE_TAG=20-dev-1.66.0
### --- VINYL ---
VINYL_TAG=8.0-5.1.2
#VINYL_TAG=6.0-5.1.2
### --- SOLR ---
SOLR_TAG=9-5.4.1
### --- OPENSEARCH ---
OPENSEARCH_TAG=2
OPENSEARCH_ADMIN_PASSWORD=VERY%@bad123password
### OTHERS
ADMINER_TAG=5-5.0.3
APACHE_TAG=2.4-4.17.3
MEMCACHED_TAG=1-2.21.5
OPENSMTPD_TAG=7-1.28.2
RSYSLOG_TAG=latest
WEBGRIND_TAG=1-1.47.5
XHPROF_TAG=3.25.5