forked from drupal-composer/drupal-project
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
executable file
·107 lines (81 loc) · 2.33 KB
/
.env.example
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/drupal/local
### Changelog can be found at https://github.com/wodby/docker4drupal/releases
###
### Images tags format is [VERSION]-[STABILITY_TAG]
###
### [VERSION] is usually a version of application running in a container
### [VERSION] sometimes additionally includes major drupal version (see nginx)
### [STABILITY_TAG] is a version of an image (not application)
### [STABILITY_TAG] correspond to a git tag of corresponding image repository
###
### EXAMPLE: wodby/mariadb:10.2-3.1.2 has MariaDB 10.2 and stability tag 3.1.2
### New stability tags include patch updates for applications and other fixes/improvements
### You can find all details of this image at https://github.com/wodby/mariadb
###
### ! We highly encourage to use images only with stability tags
### PROJECT SETTINGS
PROJECT_NAME=my_drupal9_project
PROJECT_BASE_URL=drupal.docker.localhost
HASH_SALT=XIzY6Y23-vJ1v8tYyg3kSxqUEKKSTE_m-8I4VhOFRIRcpDVemDIdpXTxef3myryCgXz8_wttgg
DB_NAME=drupal
DB_USER=drupal
DB_PASSWORD=drupal
DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_DRIVER=mysql
### --- MARIADB ----
MARIADB_TAG=10.3
### --- PHP ----
# Linux (uid 1000 gid 1000)
PHP_TAG=7.3
# macOS (uid 501 gid 20)
#PHP_TAG=7.3-dev-macos-4.6.3
### --- NGINX ----
NGINX_TAG=1.16
NGINX_VHOST_PRESET=drupal8
### --- SOLR ---
SOLR_CONFIG_SET="search_api_solr_8.x-2.1"
SOLR_TAG=7.4-3.0.2
#SOLR_TAG=7.3-3.0.2
#SOLR_TAG=7.2-3.0.2
#SOLR_TAG=7.1-3.0.2
#SOLR_TAG=6.6-3.0.2
#SOLR_TAG=5.5-3.0.2
#SOLR_TAG=5.4-3.0.2
### --- ELASTICSEARCH ---
ELASTICSEARCH_TAG=6.2-3.0.0
#ELASTICSEARCH_TAG=6.1-3.0.0
#ELASTICSEARCH_TAG=6.0-3.0.0
#ELASTICSEARCH_TAG=5.6-3.0.0
#ELASTICSEARCH_TAG=5.5-3.0.0
#ELASTICSEARCH_TAG=5.4-3.0.0
### --- KIBANA ---
KIBANA_TAG=6.2-3.0.0
#KIBANA_TAG=6.1-3.0.0
#KIBANA_TAG=6.0-3.0.0
#KIBANA_TAG=5.6-3.0.0
#KIBANA_TAG=5.5-3.0.0
#KIBANA_TAG=5.4-3.0.0
### --- REDIS ---
REDIS_TAG=4.0-2.1.6
#REDIS_TAG=3.2-2.1.6
### --- NODE ---
NODE_TAG=10.9-0.4.0
#NODE_TAG=8.11-0.4.0
#NODE_TAG=6.14-0.4.0
### --- POSTGRESQL ----
POSTGRES_TAG=10-1.3.1
#POSTGRES_TAG=9.6-1.3.1
#POSTGRES_TAG=9.5-1.3.1
#POSTGRES_TAG=9.4-1.3.1
#POSTGRES_TAG=9.3-1.3.1
### OTHERS
ADMINER_TAG=4.6-2.0.0
APACHE_TAG=2.4-4.0.0
ATHENAPDF_TAG=2.10.0
DRUPAL_NODE_TAG=1.0-2.0.0
MEMCACHED_TAG=1.5-2.1.1
OPENSMTPD_TAG=6.0-1.4.0
RSYSLOG_TAG=latest
VARNISH_TAG=4.1-3.0.4
WEBGRIND_TAG=1.5-1.3.1