We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 257caea + fb7dcd0 commit e5f9406Copy full SHA for e5f9406
1 file changed
openqa-webui.yml
@@ -0,0 +1,20 @@
1
+version: '2.0'
2
+
3
+services:
4
+ webui:
5
+ container_name: openqa_webui
6
+ build:
7
+ context: './webui'
8
+ image: binarysequence/openqa-webui:docker-compose
9
+ ports:
10
+ - '80'
11
+ # - '443'
12
+ volumes:
13
+ - "database:/var/lib/pgsql/data/"
14
+ - "factory:/var/lib/openqa/factory/"
15
+ - "testresults:/var/lib/openqa/testresults"
16
17
+volumes:
18
+ database:
19
+ factory:
20
+ testresults:
0 commit comments