Swarmpit installer
  • Shell 95.5%
  • Dockerfile 4.5%
Find a file
2026-03-04 02:04:00 +01:00
.github/workflows not a sequence 2026-03-04 02:04:00 +01:00
dev Remove atacheable net, added curl + jq check(healthcheck), support for slash in volume 2020-09-29 15:24:58 +02:00
.gitignore multiarch support, automated build 2019-12-11 05:05:18 +01:00
build.sh initial version 2019-02-06 15:49:59 +01:00
Dockerfile using non-dind docker image 2026-03-04 01:28:51 +01:00
install.sh Merge branch 'master' into master 2022-09-04 18:11:31 +02:00
logo.txt Update logo.txt 2019-12-15 08:10:26 +01:00
README.md Update README.md 2020-11-22 11:38:57 +01:00

Swarmpit installer

Swarmpit platform installer

For 1.9 release and older please refer to following guide

Run

Interactive mode

User is prompted to setup application from command line.

Example:

docker run -it --rm \
  --name swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  swarmpit/install:edge

Non-interactive mode

Setup is done based on environment variables passed to installer. Interactive mode must be set to 0 (disabled).

Example:

docker run -it --rm \
  --name swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  -e INTERACTIVE=0 \
  -e STACK_NAME=swarmpit \
  -e APP_PORT=888 \
  swarmpit/install:edge

Parameters

Mandatory
  • INTERACTIVE - must be set to 0 (disabled)
Optional
  • STACK_NAME - default to swarmpit
  • APP_PORT - default to 888
  • DB_VOLUME_DRIVER - default to local