In the services section you can configure constantly running applications such as servers.
services: - service: my_server image: myorg/myrepo:myserver
services is a section in the root lof your liminal.yml file and is a list of services, defined by the following attributes:
service: name of your service.
image: the service's docker image.