mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-24 00:31:35 +02:00
run docker container without root users, fix broken links
This commit is contained in:
parent
f006eed660
commit
19c29ef021
12 changed files with 151 additions and 90 deletions
|
@ -40,5 +40,5 @@ Rails.application.configure do
|
|||
# flush stdout in order to get logs in realtime
|
||||
$stdout.sync = true
|
||||
|
||||
#config.hosts = "stadtratmonitor.codeforleipzig.de"
|
||||
config.hosts = ENV['APPLICATION_HOST'] || 'localhost'
|
||||
end
|
||||
|
|
|
@ -76,5 +76,5 @@ Rails.application.configure do
|
|||
# Do not dump schema after migrations.
|
||||
config.active_record.dump_schema_after_migration = false
|
||||
|
||||
config.hosts = "stadtratmonitor.codeforleipzig.de"
|
||||
config.hosts = ENV['APPLICATION_HOST'] || 'stadtratmonitor.leipzig.codefor.de'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue