File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ services:
9595 EMAIL_USER :
[email protected] # Change this for sending emails with OS2iot 9696 EMAIL_PASS : some-login-pass # Change this for sending emails with OS2iot
9797 EMAIL_FROM :
[email protected] # Change this for sending emails with OS2iot 98+ MQTT_BROKER_HOSTNAME : # Change this to the public ip/hostname of the mqtt broker
99+ ENCRYPTION_SYMMETRIC_KEY : # Change this to the symmetric key generated
100+ CA_KEY_PASSWORD : # Change this to the password of the generated CA certificate key
98101 volumes :
99102 - ./configuration/mosquitto-broker-os2iot/ca.crt:/tmp/os2iot/backend/dist/resources/ca.crt
100103 - ./configuration/mosquitto-broker-os2iot/ca.key:/tmp/os2iot/backend/dist/resources/ca.key
You can’t perform that action at this time.
0 commit comments