openwallet-foundation / didcomm-mediator-service

36 stars 40 forks source link

docker-compose.yml is not working #33

Open sheraliinamdar opened 2 years ago

sheraliinamdar commented 2 years ago

docker compose is using the script version 3 and it is using older version constructs like "depends_on"
using few latest version construct like "start_period". Please remediate depends_on construct with respect to latest version docker script.

KimEbert42 commented 12 months ago

start_period appears to only modify the healthcheck parameter.

depends_on appears to be part of the latest spec. See https://docs.docker.com/compose/compose-file/05-services/#depends_on