File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ test:
15
15
production :
16
16
primary : &primary_production
17
17
<< : *default
18
+ host : <%= ENV["DB_HOST"] %>
18
19
database : open_lis_production
19
20
username : open_lis
20
21
password : <%= ENV["POSTGRES_PASSWORD"] %>
21
- host : <%= ENV["DB_HOST"] %>
22
22
cache :
23
23
<< : *primary_production
24
24
database : open_lis_production_cache
Original file line number Diff line number Diff line change 48
48
# WEB_CONCURRENCY: 2
49
49
50
50
# Match this to any external database server to configure Active Record correctly
51
- # Use rails803-db for a db accessory server on same machine via local kamal docker network.
52
- # DB_HOST: 192.168.0.2
53
- DB_HOST : open-lis-db
54
- POSTGRES_USER : open_lis
51
+ # Use open-lis-db for a db accessory server on same machine via local kamal docker network.
52
+ # DB_HOST: 192.0.2.2
55
53
56
54
# Log everything from Rails
57
55
# RAILS_LOG_LEVEL: debug
@@ -68,13 +66,13 @@ aliases:
68
66
# Use a persistent storage volume for sqlite database files and local Active Storage files.
69
67
# Recommended to change this to a mounted volume path that is backed up off server.
70
68
# volumes:
71
- # - "open_lis_storage :/rails/storage"
69
+ # - "open-lis_storage :/rails/storage"
72
70
73
71
74
72
# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
75
73
# hitting 404 on in-flight requests. Combines all files from new and old
76
74
# version inside the asset_path.
77
- # asset_path: /rails/public/assets
75
+ asset_path : /rails/public/assets
78
76
79
77
# Configure the image builder.
80
78
builder :
@@ -85,7 +83,7 @@ builder:
85
83
#
86
84
# # Pass arguments and secrets to the Docker build process
87
85
# args:
88
- # RUBY_VERSION: 3.4.3
86
+ # RUBY_VERSION: 3.4.4
89
87
# secrets:
90
88
# - GITHUB_TOKEN
91
89
# - RAILS_MASTER_KEY
@@ -97,7 +95,7 @@ builder:
97
95
# Use accessory services (secrets come from .kamal/secrets).
98
96
accessories :
99
97
db :
100
- image : postgres:17.0
98
+ image : postgres:17
101
99
host : 192.0.2.2
102
100
port : " 127.0.0.1:5432:5432"
103
101
env :
You can’t perform that action at this time.
0 commit comments