Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amastracci/cd3cb83b2ce1610ed933c719dda6b717 to your computer and use it in GitHub Desktop.
Save amastracci/cd3cb83b2ce1610ed933c719dda6b717 to your computer and use it in GitHub Desktop.
BT node 1
version: '3'
services:
swarm04:
image: bluzelle/swarmdb:alpha
ports:
- "51010:51010"
environment:
SWARM_UUID: "00effaf5-f598-4924-8c03-0d23a5340eff"
SWARM_NAME: "swarm04"
SWARM_PORT: "51010"
SWARM_BOOTSTRAP_URL: "https://pastebin.com/raw/Bpk8FA8V"
expose:
- "51010"
networks:
- swarmnet
volumes:
- /tmp:/tmp/swarm_home
swarm05:
image: bluzelle/swarmdb:alpha
ports:
- "51011:51011"
environment:
SWARM_UUID: "e750143-02dc-425c-81c3-a8b6cb5cf224"
SWARM_NAME: "swarm05"
SWARM_PORT: "51011"
SWARM_BOOTSTRAP_URL: "https://pastebin.com/raw/Bpk8FA8V"
expose:
- "51011"
networks:
- swarmnet
volumes:
- /tmp:/tmp/swarm_home
swarm06:
image: bluzelle/swarmdb:alpha
ports:
- "51012:51012"
environment:
SWARM_UUID: "4b33f85-5063-4246-8c07-212cc894a6c4"
SWARM_NAME: "swarm06"
SWARM_PORT: "51012"
SWARM_BOOTSTRAP_URL: "https://pastebin.com/raw/Bpk8FA8V"
expose:
- "51012"
networks:
- swarmnet
volumes:
- /tmp:/tmp/swarm_home
networks:
swarmnet:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment