File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Expand file tree Collapse file tree 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
3131MYSQL_HOST = mysql
3232MYSQL_PORT = 8989
3333MYSQL_DATABASE = test
34- MYSQL_ROOT_USER = root
3534MYSQL_ROOT_PASSWORD = root
3635MYSQL_USER = dev
3736MYSQL_PASSWORD = dev
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ MYSQL_VERSION=9.2
3131MYSQL_HOST = mysql
3232MYSQL_PORT = 8989
3333MYSQL_DATABASE = test
34- MYSQL_ROOT_USER = root
3534MYSQL_ROOT_PASSWORD = root
3635MYSQL_USER = dev
3736MYSQL_PASSWORD = dev
Original file line number Diff line number Diff line change @@ -23,34 +23,27 @@ NGINX_SSL_KEY_SIZE=4096
2323
2424# PHP configuration
2525PHP_VERSION = 8.3
26- PHP_TARGET = dev
27- PHP_INI = php.dev .ini
26+ PHP_TARGET = base
27+ PHP_INI = php.prod .ini
2828
2929# MySQL configuration
3030MYSQL_VERSION = 9.2
3131MYSQL_HOST = mysql
3232MYSQL_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
3635MYSQL_USER = app_user
37- MYSQL_PASSWORD = app_password
36+ MYSQL_PASSWORD = strong-password
3837
3938# PHPMyAdmin configuration
4039PHPMYADMIN_PROFILE = none
41- PHPMYADMIN_PORT = 8080
42- PHPMYADMIN_USER = root
43- PHPMYADMIN_PASSWORD = root
44- PHPMYADMIN_UPLOAD_LIMIT = 100M
40+ PHPMYADMIN_PORT = none
4541
4642# MailHog configuration
4743MAILHOG_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
5346
5447# API documentation configuration
5548APIDOCS_PROFILE = none
56- APIDOCS_PORT = 8081
49+ APIDOCS_PORT = none
You can’t perform that action at this time.
0 commit comments