Skip to content

golemfactory/devops-testnet-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devops-testnet-deployment

Docker Compose File Generator

This repository contains two files:

  1. comp.py - A Python script to generate a Docker Compose file.
  2. docker-compose.yaml - A potential output file generated by the comp.py script.

Files

comp.py

This Python script is designed to generate a Docker Compose file (docker-compose.yaml) based on the provided variables. The script allows customization through the following variables:

  • instances: The number of instances to generate. Default is 25.
  • subnet: The subnet to be used. Default is "public".
  • version: The version of the service to deploy. Default is "0.15.2".

scripts/bootstrap-provider.sh

Use this script as "post installation" for new bare metals / instances.| You can edit those values : instances=3 subnet="public" version="0.16.0-rc4" memory="2G" cpus="1.0"

Usage

To use the comp.py script, you need to have Python installed. You can run the script with command :

python comp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published