Production installation - api-gateway not started, deployments restarting regularly

I have taken the latest docker compose, find the details below

Dockers

The following is created and not started

  • mendersoftware/api-gateway:2.0.0

The following is created and restarting regularly

  • mendersoftware/deployments:1.7.0
  • redis:5-alpine3.8

Below is the error in the container of “mendersoftware/deployments:1.7.0”

WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
time=“2019-09-18T06:39:21Z” level=info msg=“Deployments Service, version unknown starting up”
time=“2019-09-18T06:39:21Z” level=info msg=“automigrate is ON, will apply migrations” file=migrations.go func=migrations.Migrate line=48
time=“2019-09-18T06:39:21Z” level=info msg=“migrating deployment_service” file=migrations.go func=migrations.MigrateSingle line=70
time=“2019-09-18T06:39:21Z” level=info msg=“migration to version 1.2.1 skipped” db=deployment_service file=migrator_simple.go func=“migrate.(*SimpleMigrator).Apply” line=125
time=“2019-09-18T06:39:21Z” level=info msg=“DB migrated to version 1.2.1” db=deployment_service file=migrator_simple.go func=“migrate.(*SimpleMigrator).Apply” line=140
NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors

I cannot reproduce this. Can you tell us a bit more about your setup?
Did you upgrade from a previous version?

I have just followed the document given in the link below

https://docs.mender.io/2.0/administration/production-installation

I am are not using any AWS environment.
I am using an on premise server.
I have tried with the following OS and docker version

  • RHL 7 (docker 18.06.3-ce)
  • local laptop (docker 2.1.03)

I have just followed the document given in the link below

https://docs.mender.io/2.0/administration/production-installation

I am are not using any AWS environment.
I am using an on premise server.
I have tried with the following OS and docker version

  • RHL 7 (docker 18.06.3-ce)
  • local laptop (docker 2.1.03)

I honestly don’t know why it doesn’t work for you. Do you have a chance to try with the recommended setup, using Ubuntu?