Commit Graph

18 Commits (master)

Author SHA1 Message Date
Christophe Mehay 6a457f2398 Add `run_post_commands_in_parallele` to run each post commands in separate process and stream output 4 years ago
Christophe Mehay 3908415898 update version 4 years ago
Christophe Mehay f1882dab3c Add set_environment in settings
```yaml
set_environment:
    - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
    - ENV_2: head /dev/urandom | base64
    - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
    - ENV_4: exit 1 || true  # Set like this if you need to ignore error
```
4 years ago
Christophe Mehay 5b0e0c8657 Add support for handling commands matching setup
It's now possible to map setups to specific commands.
It's easier to handle many commands in one container.
4 years ago
Christophe Mehay 1770ac87f6 Update to v0.6.0
- Add new `commands` setting to handle multiple commands
- Deprecate `command` and `subcommands`
- Drop support for python 2
- Handle dependancy and build with Poetry
4 years ago
Christophe Mehay b14aba8c34 Update readme 7 years ago
Christophe Mehay c7ee42fdae Update readme 8 years ago
Christophe Mehay dd17aadfae Expends user and group in environment 8 years ago
Christophe Mehay 218a80c690 Add json and yaml modules in Jinja templates 8 years ago
Christophe Mehay 88e5a66507 Add globbing match to reloader config 8 years ago
Christophe Mehay ea72fac83c Add env variable to diable service 8 years ago
Christophe Mehay c935e22252 Fix setgid, add env to disable reloader 8 years ago
Christophe Mehay 18026f1aa3 Add reloader 8 years ago
Christophe Mehay 248ce38c88 Add ENTRYPOINT_PRECONF_COMMAND and ENTRYPOINT_POSTCONF_COMMAND in env configuration 8 years ago
Christophe Mehay 4a56f62f71 Add ENTRYPOINT_DEBUG env config ad fix tests 8 years ago
Christophe Mehay 9a18c3e139 Update doc template 8 years ago
Christophe Mehay d00705bb36 Add ENTRYPOINT_FORCE environment variable 8 years ago
Christophe Mehay d74ca5b780 Doc 8 years ago