Commit Graph

7 Commits

Author SHA1 Message Date
jpk 128f9eb138 Disable/Enable services 2023-12-03 16:43:30 +01:00
jpk a05305e58c List sub services of a service (docker-compose.yml) 2023-04-20 14:56:55 +02:00
Andreas Oberritter 173fd97ac8 docker_compose_command: Accept 'docker compose' in config
By splitting the command, we create a list that can be used
with subprocess.run(). This allows to use simple paths as
well as command-lines like "docker compose" to be specified
in compose_executable. It also allows to pass more arguments
to the process.

This doesn't take into account any logic used by shells to
quote strings or escape characters. We could use shlex.split()
instead, if that's required.
2023-02-11 11:25:46 +01:00
jpk 85c847200c decorator to check if compose file exists 2023-01-13 15:00:31 +01:00
jpk ed73c9ebe3 Preparing pre-commit setup 2023-01-10 15:45:35 +01:00
jpk 66c3422141 Configurable docker-compose path 2023-01-10 09:48:15 +01:00
jpk 526f78f44d Initial commit 2023-01-10 08:57:57 +01:00