fickit: Add QA platform
This commit is contained in:
parent
bbe2072b4f
commit
e000778696
4 changed files with 43 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
172.17.0.3 checker
|
||||
172.17.0.4 db
|
||||
172.17.0.5 generator
|
||||
172.17.0.6 qa
|
||||
|
||||
10.10.10.2 phobos
|
||||
|
||||
|
|
|
|||
|
|
@ -224,4 +224,6 @@ server {
|
|||
proxy_set_header X-FIC-Team $team;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
include /etc/nginx/conf.d/*.fic-conf;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue