v1.8.0
Feature
now, if you have Dockerfile in you project you can add runner
to service, if you still want to run service in container:
services:
my-service:
runner:
name: docker
In this case your service will be run in Docker and not in just process. Logs will be seen in terminal still.
To be aware: because of the docker stop logic, you will need to do ctrl + C
separate times in order to close docker runner.
Changelog
- 8f95e17 Add runner docker name
- b818125 Added youtube link showcase
- a548645 Don't add corgi/db_services folder to .gitignore
- d7ea96e Fix IsServiceRunning
- d1a5ddd Ignore Dockerfile
- e7b4887 Merge branch 'main' of https://github.com/Andriiklymiuk/corgi
- 61cc4a9 Refactor IsServiceRunning
- d0d4ba6 Refactor createFileFromTemplate
- 215556a Revert vscode extension name change
- c1eabc1 Run docker, if some of the services use docker runner
- 266849b Run service in docker, if runner docker
- 7febac6 Update TODO
- f34d7d6 Update corgi version
- 9ea85ff Update marketplace link