chore(vscode): automated booting & logging of docker compose using vs…#188
chore(vscode): automated booting & logging of docker compose using vs…#188colisee merged 4 commits intoLibreBooking:masterfrom
Conversation
|
I am not a vscode expert and I didn't know about tasks. I tried this feature with your fork and it is very interesting. My suggestions:
|
|
|
I am basically OK with your PR. |
Based on your previous request to make image version more dynamic i've added various .env for various running profiles one might have when running the tasks but I removed them for now. I didn't really understand what you meant by "specify librebooking image at run time" but we can have a PR about this later if thats important. |
I'm too lazy to cd into the docker compose directory and run the same commands (and have them fail, search the PID of the existing containers, stop them etc) over and over. So i've wrote various docker related scripts to get things going much faster. I've also added logging (my favorite setup is detaching each logging terminal into its own window and drag them into the second monitor when debugging).
This may be too tool specific but i've seen people like the idea of .devcontainers on the main librebooking repo so I thought why not?
If this gets approved I can add podman related tasks.