-
Notifications
You must be signed in to change notification settings - Fork 11
Docker Image-based Deployment #338
Copy link
Copy link
Open
Labels
A-DeploymentRelates to deploying Scorestack or managing a Scorestack deploymentRelates to deploying Scorestack or managing a Scorestack deploymentS-ActionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowT-ChoreNot directly related to the code that gets deployed, but still importantNot directly related to the code that gets deployed, but still important
Metadata
Metadata
Assignees
Labels
A-DeploymentRelates to deploying Scorestack or managing a Scorestack deploymentRelates to deploying Scorestack or managing a Scorestack deploymentS-ActionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowT-ChoreNot directly related to the code that gets deployed, but still importantNot directly related to the code that gets deployed, but still important
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
In Progress
Feature Request
We should build custom Docker images for the various Scorestack components and publish them to the project's GitHub container registry. That way people can deploy Scorestack by just pulling the images - they even need to clone the repository!
We should also provide an "official"
docker-compose.ymlto be used with the images for production deployments. Then people only have to download the compose file, optionally set some environment variables, and rundocker-compose up -dto deploy.