forked from wodby/docker4wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
104 lines (74 loc) · 2.15 KB
/
.env
File metadata and controls
104 lines (74 loc) · 2.15 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
### 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.33.0
#MARIADB_TAG=11.4-3.33.0
#MARIADB_TAG=10.11-3.33.0
#MARIADB_TAG=10.6-3.33.0
### --- VANILLA WORDPRESS ----
WORDPRESS_TAG=6-4.100.7
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=8.4-dev-4.69.0
#PHP_TAG=8.3-dev-4.69.0
#PHP_TAG=8.2-dev-4.69.0
#PHP_TAG=8.1-dev-4.69.0
# macOS (uid 501 gid 20)
#PHP_TAG=8.3-dev-macos-4.69.0
#PHP_TAG=8.2-dev-macos-4.69.0
#PHP_TAG=8.1-dev-macos-4.69.0
### --- NGINX ----
NGINX_TAG=1.29-5.44.9
#NGINX_TAG=1.28-5.44.9
### --- VALKEY ---
VALKEY_TAG=9.0-1.3.0
#VALKEY_TAG=8.1-1.3.0
#VALKEY_TAG=8.0-1.3.0
#VALKEY_TAG=7-1.3.0
### --- REDIS ---
REDIS_TAG=8.2-5.1.0
#REDIS_TAG=8.0-5.1.0
#REDIS_TAG=7.4-5.1.0
### --- NODE ---
NODE_TAG=24-dev-1.61.2
#NODE_TAG=22-dev-1.61.2
#NODE_TAG=20-dev-1.61.2
### --- VARNISH ---
VARNISH_TAG=6.0-4.21.6
### --- SOLR ---
SOLR_TAG=9-5.4.0
### --- OPENSEARCH ---
OPENSEARCH_TAG=2
OPENSEARCH_ADMIN_PASSWORD=VERY%@bad123password
### OTHERS
ADMINER_TAG=5-5.0.1
APACHE_TAG=2.4-4.16.4
MEMCACHED_TAG=1-2.20.3
OPENSMTPD_TAG=7-1.26.4
RSYSLOG_TAG=latest
WEBGRIND_TAG=1-1.39.0
XHPROF_TAG=3.17.0