run docker container without root users, fix broken links

This commit is contained in:
Joerg Reichert 2023-04-16 12:52:38 +02:00
parent f006eed660
commit 19c29ef021
12 changed files with 151 additions and 90 deletions

View file

@ -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