File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ production:
18
18
database : open_lis_production
19
19
username : open_lis
20
20
password : <%= ENV["POSTGRES_PASSWORD"] %>
21
- host : <%= ENV["DB_HOST"] %>
22
21
cache :
23
22
<< : *primary_production
24
23
database : open_lis_production_cache
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ aliases:
74
74
# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
75
75
# hitting 404 on in-flight requests. Combines all files from new and old
76
76
# version inside the asset_path.
77
- # asset_path: /rails/public/assets
77
+ asset_path : /rails/public/assets
78
78
79
79
# Configure the image builder.
80
80
builder :
@@ -85,7 +85,7 @@ builder:
85
85
#
86
86
# # Pass arguments and secrets to the Docker build process
87
87
# args:
88
- # RUBY_VERSION: 3.4.3
88
+ # RUBY_VERSION: 3.4.4
89
89
# secrets:
90
90
# - GITHUB_TOKEN
91
91
# - RAILS_MASTER_KEY
@@ -97,7 +97,7 @@ builder:
97
97
# Use accessory services (secrets come from .kamal/secrets).
98
98
accessories :
99
99
db :
100
- image : postgres:17.0
100
+ image : postgres:17
101
101
host : 192.0.2.2
102
102
port : " 127.0.0.1:5432:5432"
103
103
env :
You can’t perform that action at this time.
0 commit comments