The its-theinspection-swarm repository stores docker swarm mode deployment configurations for The Inspection project.
./stack login./stack init <stack> to initial stack configuration and secret../stacks/<stack>.config.secret.yaml in the folder ./stacks../stacks/<stack>.config.yaml in the folder ./stacks../stack configure to check stack configuration../stack deploy to run stack services../stack status to check all services are up and running../stack init_nc to initialize tenants and Nextcloud folders structure../stack init_files to copy reports and notification templates to Nextcloud../stack deploy./stack status to check the services' health../stack cleanup to remove extra secrets/config after update../stack configure to check configuration changes without deploy.Important! You need to be aware that some parts of configuration cannot be simply updated through the config files because part of it is only used in the initial deployment process (for example, database user passwords).
./stack rm - remove all besides data volumes./stack rm-all - remove all including data volumes
