- New dynamic service environment variable generator support:

- Implement docker_service_add function.
This commit is contained in:
2024-11-03 17:16:33 +01:00
parent d0b3985a23
commit 67101865a7
3 changed files with 98 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ This is project aims to give some basic tools to be used by others Rx3 docker pa
Features:
- docker_mk_env command to compile env file into .env file,
- docker_start, docker_stop & docker_logs command.
- docker_start, docker_stop & docker_logs command,
- docker_service_add env file function.
Enjoy it!