-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload-stats.yml
38 lines (37 loc) · 941 Bytes
/
load-stats.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: "2"
services:
test-backend:
build: test/backend/
loadtatsb:
build: test/loadstats/
links:
- bufe-load-test
environment:
- URI=/studentlink
# volumes:
# - ./test/results:/results
bufe-load-test:
#build: nginx/
build: apache/
read_only: true
ports:
- 8088:80
- 443
#restart: always
links:
- test-backend
environment:
- LANDSCAPE=test
- ROBOTS_TXT=/home/robots.txt.test
- BACKEND_REDIRECT=test-backend
- BACKEND_W3_CONTENT=test-backend
- BACKEND_W3_MEDIA=test-backend
- "BACKEND_WP_APP=test-backend"
- BACKEND_WP_CONTENT=test-backend
- BACKEND_PHPBIN=test-backend
- BACKEND_DBIN=test-backend
- BACKEND_DJANGO=test-backend
- BACKEND_DJANGO2=test-backend
- BACKEND_UISCGI_APP=test-backend
- BACKEND_UISCGI_CONTENT=test-backend
- BACKEND_DEGREE_ADVICE=test-backend