-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker development adjustments (#1693)
* Docker development adjustments - Fix app home path everywhere - Add new docker-compose step for solving the volume file permisison issue - Move dory domain to .test since Google is resolving .docker now - Solve issue where apartment initializer would not allow migrations before seeds had been run * Update chart/README.md Co-authored-by: tamsin johnson <[email protected]> * thou shalt not do maintenance after midnight * thou shalt not do maintenance after midnight * now with more chowning power * keep tmp/pids ensures tmp/pids is present and has the same fs permissions as the rest of the application files. (Taken from samvera/hyrax@9efa57d) * fix dory port Co-authored-by: tamsin johnson <[email protected]> Co-authored-by: Chris Colvard <[email protected]>
- Loading branch information
1 parent
9fb97d6
commit c15ac3d
Showing
13 changed files
with
68 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ rails: | |
|
||
ingress: | ||
tlsSecretName: demoapp-puma-tls | ||
host: hyku.docker | ||
host: hyku.test | ||
# use "0" for unlimited | ||
annotations: { | ||
kubernetes.io/ingress.class: "nginx", | ||
|
@@ -104,9 +104,9 @@ env: | |
SETTINGS__CONTACT_EMAIL: [email protected] | ||
SETTINGS__DEVISE__INVITATION_FROM_EMAIL: [email protected] | ||
SETTINGS__FITS_PATH: /opt/fits/fits.sh | ||
SETTINGS__MULTITENANCY__ADMIN_HOST: hyku.docker | ||
SETTINGS__MULTITENANCY__ADMIN_HOST: hyku.test | ||
SETTINGS__MULTITENANCY__ADMIN_ONLY_TENANT_CREATION: true | ||
SETTINGS__MULTITENANCY__DEFAULT_HOST: "%{tenant}.hyku.docker" | ||
SETTINGS__MULTITENANCY__DEFAULT_HOST: "%{tenant}.hyku.test" | ||
SETTINGS__MULTITENANCY__ENABLED: true | ||
|
||
secret: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
def db_created? | ||
::ActiveRecord::Base.connection_pool.with_connection(&:active?) rescue false | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.