From 6967405a89a660884a9b1475d3c555a7ae289fbb Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 Feb 2016 17:00:12 +0000 Subject: Bug 1240172 - Move the docker configuration scripts from external github repo into the Bugzilla code tree r=dylan --- docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-compose.yml (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 000000000..9228a4781 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This Source Code Form is "Incompatible With Secondary Licenses", as +# defined by the Mozilla Public License, v. 2.0. + +bugzilla: + build: . + ports: + - "8080:80" + volumes: + - ".:/home/bugzilla/devel/htdocs/docker" -- cgit v1.2.3-24-g4f1b