You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
218 B
16 lines
218 B
#!/usr/bin/env bash
|
|
|
|
# Nginx
|
|
NGINX_HOST=localhost
|
|
|
|
# PHP
|
|
PHP_VERSION=7
|
|
|
|
# MySQL
|
|
MYSQL_VERSION=5.7.22
|
|
MYSQL_HOST=mysql
|
|
MYSQL_DATABASE=test
|
|
MYSQL_ROOT_USER=root
|
|
MYSQL_ROOT_PASSWORD=root
|
|
MYSQL_USER=dev
|
|
MYSQL_PASSWORD=dev
|