restore credentials

This commit is contained in:
Ryan W
2022-09-10 16:32:33 -07:00
parent 1f22082e4d
commit 59b67c0bdc
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -6,7 +6,7 @@ databases:
services:
- type: web
name: rails7-on-docker
name: mysite
env: docker
dockerfilePath: ./production.Dockerfile
repo: https://github.com/ryanwi/rails7-on-docker
@@ -16,3 +16,10 @@ services:
dockerCommand: bundle exec puma -C config/puma.rb
numInstances: 1
healthCheckPath: /
envVars:
- key: DATABASE_URL
fromDatabase:
name: mysite
property: connectionString
- key: RAILS_MASTER_KEY
sync: false