@bettercorp/service-base-plugin-swarm-maintainer

1.0.20211220212959 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i @bettercorp/service-base-plugin-swarm-maintainer

Weekly Downloads

1

Version

1.0.20211220212959

License

AGPL-3.0-only

Unpacked Size

55.1 kB

Total Files

17

Last publish

Collaborators

  • mrinc
  • betterninja