summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/docker-compose.yml17
-rw-r--r--testing/pythonDocUpload.yml4
2 files changed, 21 insertions, 0 deletions
diff --git a/testing/docker-compose.yml b/testing/docker-compose.yml
new file mode 100644
index 0000000..04a819f
--- /dev/null
+++ b/testing/docker-compose.yml
@@ -0,0 +1,17 @@
+version: '3.3'
+services:
+ puppetserver:
+ image: puppet/puppetserver-standalone:latest
+ volumes:
+ - ./ndn-sysconf:/opt/data/etc
+ networks:
+ - test
+ confluence:
+ image: atlassian/confluence-server:latest
+ networks:
+ - test
+ ports:
+ - "8090:8090"
+ - "8091:8091"
+networks:
+ test:
diff --git a/testing/pythonDocUpload.yml b/testing/pythonDocUpload.yml
new file mode 100644
index 0000000..5567cad
--- /dev/null
+++ b/testing/pythonDocUpload.yml
@@ -0,0 +1,4 @@
+confluenceUrl: "http://confluence:8090"
+confluenceUser: apiuser
+confluencePass: apiuserpass
+spaceName: TES