forked from meappy/wordpress-docker-all-in-one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
24 lines (21 loc) · 707 Bytes
/
.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
# wordpress - wordpress:php7.3-fpm
WORDPRESS_VERSION=php7.3-fpm
WORDPRESS_DB_NAME=wordpress
WORDPRESS_TABLE_PREFIX=wp_
WORDPRESS_DB_HOST=mysql
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_PASSWORD=b0haNU9OMWR3WUU4TGs4bnFOcDdJSDlXdWFIaHdwK1hwdUNsckc4cVNHbz0K
# mariadb - mariadb:latest
MARIADB_VERSION=latest
MYSQL_ROOT_PASSWORD=ZkRpb2Z1Z0ZUZWYrTXA1UnZvTWozbDhUUDcxUGtUUVhRSk5zcHlWVURWdz0K
MYSQL_USER=wordpress
MYSQL_PASSWORD=b0haNU9OMWR3WUU4TGs4bnFOcDdJSDlXdWFIaHdwK1hwdUNsckc4cVNHbz0K
MYSQL_DATABASE=wordpress
# nginx - nginx:latest
NGINX_VERSION=latest
# volumes on host
NGINX_CONF_DIR=./nginx
NGINX_LOG_DIR=./logs/nginx
WORDPRESS_DATA_DIR=./wordpress
SSL_CERTS_DIR=./certs
SSL_CERTS_DATA_DIR=./certs-data