dbpedia / gstore

Git repo / triple store hybrid graph storage
Apache License 2.0
3 stars 0 forks source link

docker-compose up error on dev #17

Closed kurzum closed 2 years ago

kurzum commented 2 years ago
kurzum@bases:~/IdeaProjects/gstore$ docker-compose up --build 
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.gstore-virtuoso.healthcheck value Additional properties are not allowed ('start_period' was unexpected)
services.gstore.depends_on contains an invalid type, it should be an array
services.after-virtouso-startup.depends_on contains an invalid type, it should be an array
manonthegithub commented 2 years ago

should work starting from docker-compose 1.27.0 https://github.com/docker/compose/releases/tag/1.27.0

manonthegithub commented 2 years ago

using an echo on startup instead would probably solve the probelem. Will will then avoid using healthchecks and additional containers. I will try to implement this

manonthegithub commented 2 years ago

should be fixed in the latest commit, reopen if not...