You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to initialise an RC instance using the registry-cli, I have gotten the following error,
when I looked at the docker-compose logs, it stated some envs are not set. The envs that are not set are ELASTIC_SEARCH_PASSWORD , KEYCLOAK_SECRET, DIGILOCKER_HMAC_AUTHKEY, ELASTIC_SEARCH_PASSWORD, KEYCLOAK_SECRET .
Hence I filled out those envs in the .env file myself and restarted the same RC instance using registry restart and it did restart and I can see only some services up and running. some services are not listed in the status check. when I look at the docker desktop, I see some services stated as exited. How to fix this? and is there any reason why the above envs are not set in the .env file by default?
Is this the expected behaviour of initializing an RC instance? and many of the images are not supported natively in mac. I use M2 mac.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I tried to initialise an RC instance using the registry-cli, I have gotten the following error,
when I looked at the docker-compose logs, it stated some envs are not set. The envs that are not set are
ELASTIC_SEARCH_PASSWORD
,KEYCLOAK_SECRET
,DIGILOCKER_HMAC_AUTHKEY
,ELASTIC_SEARCH_PASSWORD
,KEYCLOAK_SECRET
.Hence I filled out those envs in the .env file myself and restarted the same RC instance using registry restart and it did restart and I can see only some services up and running. some services are not listed in the status check. when I look at the docker desktop, I see some services stated as exited. How to fix this? and is there any reason why the above envs are not set in the .env file by default?
Is this the expected behaviour of initializing an RC instance? and many of the images are not supported natively in mac. I use M2 mac.
Beta Was this translation helpful? Give feedback.
All reactions