mirror of
https://github.com/wallabag/docker.git
synced 2026-02-05 17:37:36 +01:00
Config: add sentry_dsn entry
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
redis_port: "{{ lookup('env', 'SYMFONY__ENV__REDIS_PORT')|default('6379', true) }}"
|
||||
redis_path: "{{ lookup('env', 'SYMFONY__ENV__REDIS_PATH')|default('~', true) }}"
|
||||
redis_password: "{{ lookup('env', 'SYMFONY__ENV__REDIS_PASSWORD')|default('~', true) }}"
|
||||
sentry_dsn: "{{ lookup('env', 'SYMFONY__ENV__SENTRY_DSN')|default('~', true) }}"
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user