forked from shyim/shopware-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
79 lines (55 loc) · 1.97 KB
/
.env.dist
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
# Copy me to $HOME/.config/swdc/env to modify configuration
# Choose between docker and local
RUN_MODE=docker
# Local Settings
NGINX_VIRTUAL_HOST_DIR=/opt/homebrew/etc/nginx/servers/
NGINX_RESTART_CMD="brew services restart nginx"
# Default domain. Each folder will be a subdomain of this domain
DEFAULT_DOMAIN="dev.localhost"
# Default services domain (for adminer, elasticsearch)
DEFAULT_SERVICES_DOMAIN="localhost"
# Use ssl as default
USE_SSL_DEFAULT=false
# Persistent Database?
PERSISTENT_DATABASE=true
# Default mysql host
DEFAULT_MYSQL_HOST=mysql
# Elasticsearch
ENABLE_ELASTICSEARCH=false
ELASTICSEARCH_IMAGE="blacktop/elasticsearch:7.10"
KIBANA_IMAGE="blacktop/kibana:7.10"
# Redis
ENABLE_REDIS=false
# S3 compatible Server
ENABLE_MINIO=false
# Possible values are 7.1, 7.2, 7.3, 7.4, 8.0, 8.1
PHP_VERSION=8.1
# Possible values are ghcr.io/shyim/shopware-docker/mysql:57, ghcr.io/shyim/shopware-docker/mysql:8 for MySQL configured versions
# Also possible offical images like mysql:X mariadb:X
MYSQL_VERSION=ghcr.io/shyim/shopware-docker/mysql:8
# Expose mysql port to host
EXPOSE_MYSQL_LOCAL=true
# Http port
HTTP_PORT=80
# Https port
HTTPS_PORT=443
# Possible values are adminer / phpmyadmin
DATABASE_TOOL=adminer
# Selenium Server
ENABLE_SELENIUM=false
# Cypres support
ENABLE_CYPRESS=false
# Source code root directory
CODE_DIRECTORY="$HOME/Code"
# Blackfire configurations
ENABLE_BLACKFIRE=false
BLACKFIRE_SERVER_ID=
BLACKFIRE_SERVER_TOKEN=
BLACKFIRE_CLIENT_ID=
BLACKFIRE_CLIENT_TOKEN=
# Varnish
ENABLE_VARNISH=false
# Enable WSL XDebug Tunnel. This is the ugglyst hack ever I did to get something running. PhpStorm Traffic will be fowarded as socket to the nginx container. The socat inside the container will make it available at port 9050 inside the container. XDebug will use that port to connect to PhpStorm
WSL_XDEBUG_TUNNEL=false
# Configure this if you want to move the mysql data into a different directory, default to swdc dir
# MYSQL_DATA_DIR=/var/lib/swdc/mysql