- Docker registry url
- Docker image name
latest
.
All options supported in a traditional service are supported in Docker image services also.
So you can:
- Run it as
web
,worker
,internal
service,job
orcron
. - Configure environment variables and secrets
- Specific resource requirements like CPU and Memory
- Run any number of copies of the container to scale it based on load
- Attach custom domain if the service is of type
web
.