1.0.20211220212959 • Published 4 years ago

@bettercorp/service-base-plugin-swarm-maintainer v1.0.20211220212959

Weekly downloads
-
License
AGPL-3.0-only
Repository
gitlab
Last release
4 years ago

Docker Swarm Maintainer service

NOTE: This service is not really a plugin but could be used as one.
It's more designed to run in your stack to auto-update plugins in the BSB stack

Docker swarm config

version: "3.8"

services:
  swarm-maintainer:
    image: betterweb/service-base-plugin-swarm-maintainer:latest
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - BSB_LIVE="1"
    deploy:
      replicas: 1
      update_config:
        parallelism: 1
        order: stop-first
      labels:
        - "BSB_SWARM_MAINTAIN=YES"