diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-04 05:05:04 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:50 +0200 |
commit | 4a66989c7cf4bcb1afce0c4e39a3f1c87ef0e57c (patch) | |
tree | c96b05f8f3ca81ac7bbb8ad061fc0bab2d2fcc04 /docker-compose.yml | |
parent | 77468653f4f3e3285bc68e455b5b4e4265362aeb (diff) | |
download | bugzilla-4a66989c7cf4bcb1afce0c4e39a3f1c87ef0e57c.tar.gz bugzilla-4a66989c7cf4bcb1afce0c4e39a3f1c87ef0e57c.tar.xz |
Bug 1455495 - Replace apache with Mojolicious
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 1ca6f5c90..b00c6bc03 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: - LOCALCONFIG_ENV=1 - LOG4PERL_CONFIG_FILE=log4perl-docker.conf - BUGZILLA_UNSAFE_AUTH_DELEGATION=1 + - HTTP_BACKEND=simple - PORT=80 - BMO_db_host=bmo-db.vm - BMO_db_name=bugs |