Skip to content
Snippets Groups Projects
Verified Commit 200fbca4 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

build(compose): pass "sentry_dsn" from host env to container env

parent cba495b6
Branches
Tags
1 merge request!2Resolve "track errors with sentry"
......@@ -11,6 +11,7 @@ services:
environment:
host: ${host:-0.0.0.0}
port: ${port:-8080}
sentry_dsn: ${sentry_dsn}
tg_auth_wsdl: "https://textgridlab.org/1.0/tgauth/wsdl/tgextra.wsdl"
tg_auth_address: "https://textgridlab.org/1.0/tgauth/tgextra.php"
tg_nav_address: "https://textgridlab.org/1.0/tgsearch/navigation/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment