From 40932193dd77dbe9f0387c819fec85c303c8927e Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 20 Feb 2018 09:58:38 -0800 Subject: Update CVP Docker Compose Configuration - Uses extra files config.env, vhost.env to hold environment variables for docker configuration. - Provides samples for these config that can be copied and modified to fit deployment requirements. - Updates the docker images to the newest releases. Change-Id: Ibe9b8597edfb38940297433708497c244200d0af Signed-off-by: Trevor Bramwell --- cvp/docker/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cvp/docker/.gitignore (limited to 'cvp/docker/.gitignore') diff --git a/cvp/docker/.gitignore b/cvp/docker/.gitignore new file mode 100644 index 00000000..af398fed --- /dev/null +++ b/cvp/docker/.gitignore @@ -0,0 +1,2 @@ +config.env +vhost.env -- cgit 1.2.3-korg