Hi,
There is a typo in run-seyren.sh :
export MONGO_URL=mongodb://$MONGODB_PORT_27017_TCP_ADDR:$MONGODB_PORT_27017_TCP_PORT/seyren
should be
export MONGO_URL=mongodb://$MONGO_PORT_27017_TCP_ADDR:$MONGO_PORT_27017_TCP_PORT/seyren
in order for Seyren to start with Docker.
Note that $MONGODB_PORT_27017_TCP_ADDR should be /$MONGO_PORT_27017_TCP_ADDR and $MONGODB_PORT_27017_TCP_PORT should be $MONGO_PORT_27017_TCP_PORT
Hi,
There is a typo in run-seyren.sh :
export MONGO_URL=mongodb://$MONGODB_PORT_27017_TCP_ADDR:$MONGODB_PORT_27017_TCP_PORT/seyren
should be
export MONGO_URL=mongodb://$MONGO_PORT_27017_TCP_ADDR:$MONGO_PORT_27017_TCP_PORT/seyren
in order for Seyren to start with Docker.
Note that $MONGODB_PORT_27017_TCP_ADDR should be /$MONGO_PORT_27017_TCP_ADDR and $MONGODB_PORT_27017_TCP_PORT should be $MONGO_PORT_27017_TCP_PORT