Closed ag-adampike closed 1 year ago
Working on some changes to this deployment:
docker swarm init
config
into stack deploy
instead of writing to disk@1Password/1password-solutions-rw have at 'er! Please feel free to merge it in my absence if you feel it's ready! 😘
Thanks for the reviews friends! I want to discuss your concerns and consider your suggestions some more when we can chat it out. 😘
This PR introduces a new deployment example using Docker Swarm and addresses the following outstanding issues for our Docker deployment examples:
implements the Compose Specification
uses swarm mode to help control startup order (SCIM bridge container will FTL and restart until Redis is available), simplify deployment
Additional improvements:
compose.yaml
file to simplify configuration and allow applying from the command line, obviate need to script or manually overwrite any fileredis.env
into a nativeredis.conf
file (see Redis configuration)resources
spec to ensure adequate resources on the Docker host