writes a $TEMPLATE to a file sustituting environment variables
284
example docker-compose.yml:
version: 2
services:
config:
image: mobilebridge/typewriter
environment:
TEMPLATE: |
[awesome]
food = $FOOD
animal = $ANIMAL
planet = $PLANET
FILENAME: /survey
FOOD: pizza
ANIMAL: cat
PLANET: saturn
restart: never
Content type
Image
Digest
Size
3.1 MB
Last updated
almost 10 years ago
docker pull mobilebridge/typewriter