cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Docker-compose up runs but app dies right after start #77

Closed Connor-Thorpe01 closed 6 months ago

Connor-Thorpe01 commented 7 months ago

Describe the bug when running docker-compose the MySQL server starts but not the literacy link app even thought it built

To Reproduce Steps to reproduce the behavior:

  1. Go to root
  2. run docker-compose up

Expected behavior docker container with two images running inside

Connor-Thorpe01 commented 7 months ago

[t:120] tried breaking each component into individual containers and it is now running fine. Need to check to see if that is ok or if it all needs to be on in one single container.

Connor-Thorpe01 commented 6 months ago

[t: 60] played with it some more looking into just having all the containers in a docker network

AndrewDoering01 commented 6 months ago

[t: 90] Modified frontend Dockerfile to include apache web server, ran into some issues along the way