Skip to content

v1.8.0

Compare
Choose a tag to compare
@Andriiklymiuk Andriiklymiuk released this 01 Apr 18:11
· 13 commits to main since this release

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