Skip to content

Commit 9adf33b

Browse files
committed
Kamal: Update configs
1 parent 5b3f791 commit 9adf33b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config/database.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ production:
1818
database: open_lis_production
1919
username: open_lis
2020
password: <%= ENV["POSTGRES_PASSWORD"] %>
21-
host: <%= ENV["DB_HOST"] %>
2221
cache:
2322
<<: *primary_production
2423
database: open_lis_production_cache

config/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ aliases:
7474
# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
7575
# hitting 404 on in-flight requests. Combines all files from new and old
7676
# version inside the asset_path.
77-
# asset_path: /rails/public/assets
77+
asset_path: /rails/public/assets
7878

7979
# Configure the image builder.
8080
builder:
@@ -85,7 +85,7 @@ builder:
8585
#
8686
# # Pass arguments and secrets to the Docker build process
8787
# args:
88-
# RUBY_VERSION: 3.4.3
88+
# RUBY_VERSION: 3.4.4
8989
# secrets:
9090
# - GITHUB_TOKEN
9191
# - RAILS_MASTER_KEY
@@ -97,7 +97,7 @@ builder:
9797
# Use accessory services (secrets come from .kamal/secrets).
9898
accessories:
9999
db:
100-
image: postgres:17.0
100+
image: postgres:17
101101
host: 192.0.2.2
102102
port: "127.0.0.1:5432:5432"
103103
env:

0 commit comments

Comments
 (0)