3.2.1 • Published 2 years ago

angelscripts-compose-development v3.2.1

Weekly downloads
342
License
MIT
Repository
github
Last release
2 years ago

angelscripts-compose-development

organic-angel scripts for generating docker-compose compatible configuration and commands aiding docker-compose usage in development.

commands

angel compose.yaml

angel compose.yaml -- (.*)

Generates docker compose version 3.4 configuration for all cells found within the current working repository folder. The structure and organization are expected to follow organic-stem-skeleton v2.1

The input (.*) is used as docker command. The generated yaml uses as source the following data points:

  • current working directory with package.json

    • packagejson.name
    • packagejson.engines.node
  • cell's dna

    • cellCompose.ports
    • cellCompose.volumes
    • cellCompose.labels
  • repo's DNA

angel compose up

angel compose up -- (.*)

Executes docker-compose up with the input (.*) as docker command. It passes angel compose.yaml to docker compose.

angel compose down

angel compose down -- (.*)

Executes docker-compose down with the input (.*) as docker command. It passes angel compose.yaml to docker compose.

angel compose build -- (.*)

Executes docker-compose build with the input (.*) as docker command. It passes angel compose.yaml to docker compose.

angel compose-exec -- (.*)

Executes docker exec -it with the input (.*) as command. It automatically finds the respective to the service docker container.

3.2.1

2 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago