Skip to content

Commit 7725213

Browse files
Added space for new env variables in the backend
1 parent 5541faf commit 7725213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)