Skip to content

Docker Build and Compose Up not working #418

@gmillinger

Description

@gmillinger

Follow the instructions found on https://github.com/serverlessworkflow/synapse

What happened:
executed in the terminal: docker-compose build
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.api.environment.SYNAPSE_DASHBOARD_SERVE contains true, which is an invalid type, it should be a string, number, or a null
services.operator.environment.SYNAPSE_RUNNER_LIFECYCLE_EVENTS contains true, which is an invalid type, it should be a string, number, or a null

executed in the terminal: docker-compose up
received the following error
Creating network "synapse" with the default driver
Creating volume "docker-compose_garnet_data" with local driver
Pulling garnet (ghcr.io/microsoft/garnet:)...
latest: Pulling from microsoft/garnet
a2318d6c47ec: Pull complete
6e2e0959c9eb: Pull complete
ca6981920ae5: Pull complete
4dc62e745685: Pull complete
f63d9359ee11: Pull complete
c12a56a98221: Pull complete
4e52e63f81ba: Pull complete
4f4fb700ef54: Pull complete
34d664a13f48: Pull complete
Digest: sha256:2757c394b569a5f0d5ea5699b5f0657cb9a8331796245a59aae01350e835b3f8
Status: Downloaded newer image for ghcr.io/microsoft/garnet:latest
Pulling api (ghcr.io/serverlessworkflow/synapse/api:)...
ERROR: manifest unknown

Environment:
Latest update of Ubuntu 22.04
docker-compose version 1.29.2, build unknown

Metadata

Metadata

Assignees

Labels

priority: mediumIndicates an average priority issueruntime: dockerConcerns the Docker Runtime Hosttype: bugSomething isn't workingweight: 1An issue that has a very low development impact

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions