ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

Need pre-built containers for deployments in Swarm or kubernetes #180

Open mattheworris opened 1 week ago

mattheworris commented 1 week ago

Description

Docker Swarm and Kubernetes do not support build in docker compose files. They only support using pre-built images.

To deploy social-app-template to any cloud service, social-app-template needs to either build locally or publish containers for the frontend and the backend.