We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa152fb commit 5dd30bbCopy full SHA for 5dd30bb
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -56,6 +56,7 @@ env:
56
# WEB_CONCURRENCY: 2
57
58
# Match this to any external database server to configure Active Record correctly
59
+ # Use <%= app_name %>-db for a db accessory server on same machine via local kamal docker network.
60
# DB_HOST: 192.168.0.2
61
62
# Log everything from Rails
@@ -105,7 +106,8 @@ builder:
105
106
# db:
107
# image: mysql:8.0
108
# host: 192.168.0.2
-# port: 3306
109
+# # Change to 3306 to expose port to the world instead of just local network.
110
+# port: "127.0.0.1:3306:3306"
111
# env:
112
# clear:
113
# MYSQL_ROOT_HOST: '%'
0 commit comments