.mvn
docs
platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
CREATE_RELEASE.MD
README.MD
buildspec.yml
docker-compose-local.yml
docker-compose-postgres.yml
docker-compose.yml
mvn-debug
mvnw
mvnw.cmd
pom.xml
WebWolf waits for 8 seconds after WebGoat starts so the database connection can be established
13 lines
267 B
YAML
13 lines
267 B
YAML
version: '2.1'
|
|
|
|
services:
|
|
webgoat:
|
|
image: webgoat/webgoat-v8.0.0.snapshot
|
|
extends:
|
|
file: docker-compose.yml
|
|
service: webgoat
|
|
webwolf:
|
|
extends:
|
|
file: docker-compose.yml
|
|
service: webwolf
|
|
image: webgoat/webwolf-v8.0.0.snapshot |