↧
Answer by gesellix for Template syntax in compose file Docker
Short answer: yes, and it's called interpolation or variable substitution in their context: https://docs.docker.com/compose/compose-file/#variable-substitution A bit more details: You can interpolate...
View ArticleTemplate syntax in compose file Docker
Can we use template in Docker compose file YML? For example, I want deploy service with replicated and I want set name for container like: -servicename-_-replicId-
View ArticleAnswer by Pavel Procházka for Template syntax in compose file Docker
There is a new project related to docker-compose templating problematics called octo-compose.In this projects there is included:Templating by defining custom variables,templating by using built-in...
View Article