65e21d3f6a
* example code for BAEL-3749 * added live test * added live test * improved exception handling in response log filter * propage exception in example code * updated repo with upstream * added example code for BAEL-3293 * updated the example code for BAEL-3749 * updated the example code for BAEL-3749 * updated the example code for BAEL-3749 * updated the example code for BAEL-3749
7 lines
91 B
YAML
7 lines
91 B
YAML
version: '3'
|
|
services:
|
|
cas:
|
|
build: .
|
|
ports:
|
|
- "8443:8443"
|
|
- "8080:8080" |