Skip to content
Snippets Groups Projects
Verified Commit b1419055 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Allow setting DEBUG from environment in docker-compose

parent b3f7191e
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ services: ...@@ -19,6 +19,7 @@ services:
- BISCUIT_http__allowed_hosts="['*']" - BISCUIT_http__allowed_hosts="['*']"
- BISCUIT_caching__memcached__address=memcached:11211 - BISCUIT_caching__memcached__address=memcached:11211
- BISCUIT_database__host=db - BISCUIT_database__host=db
- BISCUIT_maintenance__debug=${BISCUIT_maintenance__debug:-false}
depends_on: depends_on:
- db - db
- memcached - memcached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment