aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml')
-rw-r--r--test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml b/test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml
new file mode 100644
index 000000000..537cfcfaf
--- /dev/null
+++ b/test/mocks/datafilecollector-testharness/http-https-server/docker-compose.yml
@@ -0,0 +1,15 @@
+version: '3'
+
+services:
+
+ http-server:
+ container_name: http-server-httpd
+ image: httpd:alpine
+ ports:
+ - "80:80"
+ volumes:
+ - ./configuration/htpasswd:/usr/local/apache2/conf/.htpasswd:ro
+ - ./configuration/httpd.conf:/usr/local/apache/conf/httpd.conf:ro
+
+ - ./files/onap/http/:/usr/local/apache2/htdocs
+ restart: on-failure