add cas test
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
parent 1b18f74a10
commit c88b159bc4

@ -33,3 +33,9 @@ type = http
local_ip = 127.0.0.1
local_port = 19999
subdomain = netdata
[cas]
type = http
local_ip = 127.0.0.1
local_port = 9880
subdomain = cas

@ -7,6 +7,12 @@ networks:
config:
- subnet: 172.172.0.0/24
services:
cas:
image: apereo/cas:6.3.5
restart: always
ports:
- 9880:8080
command: ["/bin/sh", "/cas-overlay/bin/run-cas.sh"]
frp:
image: snowdreamtech/frpc:0.37.0
restart: always

Loading…
Cancel
Save