You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only compose yaml that definitely works now is:
docker stack init
docker stack deploy --compose-file goat-with-reverseproxy.yaml webgoatdemo
where docker-compose is also no longer used.
If you want to use a separate progresdb container this yaml might need some updates. I would at least also put in some depends_on so the database is started first, then webgoat and finally webwolf. If you get it to work please create a pull requests.
I also tested without Docker. The same errors appears when using a native Postgres daemon and executing the jar. So this is not Docker related at all. For the moment I am reverting to v8.0.0.M25.
Grid-LTS
changed the title
Docker compose setup fails (Flyway migration step)
Execution of standalone fails (Flyway migration step)
Feb 25, 2020
Grid-LTS
changed the title
Execution of standalone fails (Flyway migration step)
Execution of standalone jar fails (Flyway migration step)
Feb 25, 2020
Executed:
docker-compose -f docker-compose-postgres.yml up
Docker image version: webgoat/webgoat-8.0 (v8.0.0.M26)
OS: MacOS 10.15.3
Docker: 19.03.5
Console output of webgoat_1:
The text was updated successfully, but these errors were encountered: