diff --git a/certs/README.md b/certs/README.md index 06d75ba9c5..f083db6adc 100644 --- a/certs/README.md +++ b/certs/README.md @@ -67,7 +67,7 @@ The service is configured using the environment variables presented in the follo ## Deployment -The service is distributed as Docker container. Check the [`certs`](https://github.com/absmach/supermq/blob/main/docker/addons/bootstrap/docker-compose.yml) service section in docker-compose file to see how the service is deployed. +The service is distributed as Docker container. Check the [`certs`](https://github.com/absmach/supermq/blob/main/docker/addons/certs/docker-compose.yml) service section in docker-compose file to see how the service is deployed. Running this service outside of container requires working instance of the auth service, clients service, postgres database, vault and Jaeger server. To start the service outside of the container, execute the following shell script: diff --git a/docker/.env b/docker/.env index 1717d2f173..7127d0fbcc 100644 --- a/docker/.env +++ b/docker/.env @@ -136,7 +136,6 @@ SMQ_DOMAINS_GRPC_CLIENT_CERT=${GRPC_MTLS:+./ssl/certs/domains-grpc-client.crt} SMQ_DOMAINS_GRPC_CLIENT_KEY=${GRPC_MTLS:+./ssl/certs/domains-grpc-client.key} SMQ_DOMAINS_GRPC_CLIENT_CA_CERTS=${GRPC_MTLS:+./ssl/certs/ca.crt} - ### SpiceDB Datastore config SMQ_SPICEDB_DB_USER=supermq SMQ_SPICEDB_DB_PASS=supermq @@ -176,7 +175,6 @@ SMQ_CLIENTS_URL=http://clients:9006 SMQ_USERS_URL=http://users:9002 SMQ_INVITATIONS_URL=http://invitations:9020 SMQ_DOMAINS_URL=http://domains:9003 -SMQ_BOOTSTRAP_URL=http://bootstrap:9013 SMQ_UI_HOST_URL=http://localhost:9095 SMQ_UI_VERIFICATION_TLS=false SMQ_UI_CONTENT_TYPE=application/senml+json @@ -334,7 +332,6 @@ SMQ_CHANNELS_DB_SSL_KEY= SMQ_CHANNELS_DB_SSL_ROOT_CERT= SMQ_CHANNELS_INSTANCE_ID= - #### Channels Client Config SMQ_CHANNELS_URL=http://channels:9005 SMQ_CHANNELS_GRPC_URL=channels:7005