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/vhost.env.sample | 1 + 1 file changed, 1 insertion(+) create mode 100644 cvp/docker/vhost.env.sample (limited to 'cvp/docker/vhost.env.sample') diff --git a/cvp/docker/vhost.env.sample b/cvp/docker/vhost.env.sample new file mode 100644 index 00000000..1c4c87fb --- /dev/null +++ b/cvp/docker/vhost.env.sample @@ -0,0 +1 @@ +VIRTUAL_HOST=ovp.localhost -- cgit 1.2.3-korg