EU-TEACHING / teaching-app

Repository for TEACHING application startup and deployment. This can be taken as the main access point for the TEACHING plaform developed within the EU TEACHING 2020 project.
MIT License
17 stars 4 forks source link

scenario_3 looks outdated #6

Open lorenzoinm opened 2 years ago

lorenzoinm commented 2 years ago

Hi,

I was trying scenario 3 and found these issues:

  1. Pointing to wrong path of datastorage and env files
    - TRANSMIT_RATE=0.1
     env_file:
    -      - ./env_files/rabbitmq_client.env
    +      - ../defaults/rabbitmq_client.env
     volumes:
    -      - ./data_storage:/app/data_storage
    +      - ../data_storage:/app/data_storage
  2. The images like rtmp_server etc do not point to Docker Hub like chronis10/teaching-something.

Probably you are aware of that and simply focused on other scenarios for the time being, but I wanted to point it out.