ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Connect frontend-backend #34

Closed the4t4 closed 2 years ago

the4t4 commented 2 years ago

I dockerized the frontend and added it to the docker compose, adding nginx reverse proxy to it as well.

I was cleaning up and refactoring the docker compose configs and I seem to have broken keycloak, can you have a look @Mohido? Fixed

I also fixed a bunch of frontend build errors @Abdulla-Alkhulaqui @RealGorandos (maybe because of my npm version).

I have not yet connected frontend and backend. The frontend and backend don't have to be dockerized together to achieve this. The architecture has changed, this is no longer valid

I have added automatic CSS transpilation when building the frontend.

Closes https://github.com/ELTE-Clean/Clean-Administration-Platform/issues/13 Closes #35

the4t4 commented 2 years ago

@the4t4 , I have suggested some comments regarding using the ports 80 for all the internal components.

@Mohido thanks for the comments but I think we need to have a deeper discussion about this so we can organize the docker network better.

the4t4 commented 2 years ago

@Mohido @Abdulla-Alkhulaqui @RealGorandos works flawlessly with my update commit, ready for review.