added env var for smtp_user and added conductor.dev.d4science.org as vhost

master
Marco Lettere 2 years ago
parent b4477987b6
commit e4585299d4

@ -12,7 +12,7 @@ js_var $pep_credentials;
server {
listen 80;
server_name conductor conductor-dev.int.d4science.net;
server_name conductor conductor.dev.d4science.org;
location / {
# This would be the directory where your React app's static files are stored at

@ -96,6 +96,7 @@ services:
CONDUCTOR_HEALTH: http://conductor-server:8080/health
worker_plugins: "Shell Eval Mail HttpBridge"
smtp_pass: ${smtp_pass}
smtp_user: ${smtp_user}
image: 'nubisware/nubisware-conductor-worker-py-d4s'
networks:
- conductor-network

@ -96,6 +96,7 @@ services:
CONDUCTOR_HEALTH: http://conductor-server:8080/health
worker_plugins: "Shell Eval Mail HttpBridge"
smtp_pass: ${smtp_pass}
smtp_user: ${smtp_user}
image: 'nubisware/nubisware-conductor-worker-py-d4s'
networks:
- conductor-network

Loading…
Cancel
Save