Skip to content

Instantly share code, notes, and snippets.

########################################################################################################################
# docker-compose supports environment variable interpolation/substitution in compose configuration file
# (more info: https://docs.docker.com/compose/environment-variables)
########################################################################################################################
# General settings
DOMAIN=localhost:18083
VERSION=2022.3.0
# VERSION=2021.9.9
########################################################################################################################
# docker-compose supports environment variable interpolation/substitution in compose configuration file
# (more info: https://docs.docker.com/compose/environment-variables)
########################################################################################################################
# General settings
DOMAIN=localhost:18083
VERSION=2022.3.0
# VERSION=2021.9.9
{
"workflows": [
{
"handle": "testko",
"enabled": true,
"meta": {
"name": "testko",
"description": "",
"visual": null
},
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<h1>Hello, world!</h1>
@tjerman
tjerman / config.json
Created February 17, 2022 07:51
Email template
{
"variables": {
"param1": "value1",
"param2": {
"nestedParam1": "value2"
},
"things": [
"thing 1",
"thing 2",
"thing 3",
{
"workflows": [
{
"handle": "json",
"enabled": true,
"meta": {
"name": "json",
"description": "",
"visual": null
},