codygreen / lab-framework-demo

0 stars 4 forks source link

Containerize Framework and dependent services #20

Closed aknot242 closed 3 weeks ago

aknot242 commented 1 month ago

Need to set up a build system to build the framework (and nextjs server) into a container published in ghcr.

codygreen commented 1 month ago

look at options to use DockerCompose to deploy Next JS and Redis containers or combine Next JS and Redis in a single container. Evaluate pros/cons.

aknot242 commented 4 weeks ago

Still need to set up GitHub actions to build our production lab-framework and redis containers

aknot242 commented 3 weeks ago

Complete.