File tree 3 files changed +9
-18
lines changed
3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ MYSQL_VERSION=9.2
31
31
MYSQL_HOST = mysql
32
32
MYSQL_PORT = 8989
33
33
MYSQL_DATABASE = test
34
- MYSQL_ROOT_USER = root
35
34
MYSQL_ROOT_PASSWORD = root
36
35
MYSQL_USER = dev
37
36
MYSQL_PASSWORD = dev
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ MYSQL_VERSION=9.2
31
31
MYSQL_HOST = mysql
32
32
MYSQL_PORT = 8989
33
33
MYSQL_DATABASE = test
34
- MYSQL_ROOT_USER = root
35
34
MYSQL_ROOT_PASSWORD = root
36
35
MYSQL_USER = dev
37
36
MYSQL_PASSWORD = dev
Original file line number Diff line number Diff line change @@ -23,34 +23,27 @@ NGINX_SSL_KEY_SIZE=4096
23
23
24
24
# PHP configuration
25
25
PHP_VERSION = 8.3
26
- PHP_TARGET = dev
27
- PHP_INI = php.dev .ini
26
+ PHP_TARGET = base
27
+ PHP_INI = php.prod .ini
28
28
29
29
# MySQL configuration
30
30
MYSQL_VERSION = 9.2
31
31
MYSQL_HOST = mysql
32
32
MYSQL_PORT = 8989
33
- MYSQL_DATABASE = database_name
34
- MYSQL_ROOT_USER = app_root_user
35
- MYSQL_ROOT_PASSWORD = app_root_password
33
+ MYSQL_DATABASE = production_db
34
+ MYSQL_ROOT_PASSWORD = strong-password
36
35
MYSQL_USER = app_user
37
- MYSQL_PASSWORD = app_password
36
+ MYSQL_PASSWORD = strong-password
38
37
39
38
# PHPMyAdmin configuration
40
39
PHPMYADMIN_PROFILE = none
41
- PHPMYADMIN_PORT = 8080
42
- PHPMYADMIN_USER = root
43
- PHPMYADMIN_PASSWORD = root
44
- PHPMYADMIN_UPLOAD_LIMIT = 100M
40
+ PHPMYADMIN_PORT = none
45
41
46
42
# MailHog configuration
47
43
MAILHOG_PROFILE = none
48
- MAILHOG_SMTP_PORT = 1025
49
- MAILHOG_UI_PORT = 8025
50
- MAILHOG_STORAGE = memory
51
- MAILHOG_HOSTNAME = mailhog
52
- MAILHOG_CORS_ORIGIN = *
44
+ MAILHOG_SMTP_PORT = none
45
+ MAILHOG_UI_PORT = none
53
46
54
47
# API documentation configuration
55
48
APIDOCS_PROFILE = none
56
- APIDOCS_PORT = 8081
49
+ APIDOCS_PORT = none
You can’t perform that action at this time.
0 commit comments