Commit 54b13b0 1 parent ad5504d commit 54b13b0 Copy full SHA for 54b13b0
File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,6 @@ RUN apk add --no-cache libpq tzdata nodejs
59
59
RUN addgroup -g 1000 -S appgroup && \
60
60
adduser -u 1000 -S appuser -G appgroup
61
61
62
- # Download RDS certificates bundle -- needed for SSL verification
63
- # We set the path to the bundle in the ENV, and use it in `/config/database.yml`
64
- #
65
- ENV RDS_COMBINED_CA_BUNDLE /usr/src/app/config/rds-combined-ca-bundle.pem
66
- ADD https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem $RDS_COMBINED_CA_BUNDLE
67
- RUN chmod +r $RDS_COMBINED_CA_BUNDLE
68
-
69
62
# Copy files generated in the builder image
70
63
COPY --from=builder /app /app
71
64
COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
Original file line number Diff line number Diff line change 12
12
<< : *default
13
13
production :
14
14
<< : *default
15
- sslmode : <%= ENV.fetch('DATABASE_SSLMODE', 'verify-full') %>
16
- sslrootcert : <%= ENV['RDS_COMBINED_CA_BUNDLE'] %>
You can’t perform that action at this time.
0 commit comments