I just used my known wordpress-managed-app and abridged the docker-compose.yaml to set and use the variables that are necessary.
- Fix a race condition between
db
service starting up andweb
service at the same time resulting inweb
failing sincedb
is not ready yet