Hi All,
Just wanting to know if something is possible or not regarding docker compose. Probably best explained with an example.
environment:
HOST: ${URL}
PORT: ${PORT_LOCAL}
SSL_CERT_FILE: ${DOCKER_SECRETS_DIR}/ssl_cert
SSL_KEY_FILE: ${DOCKER_SECRETS_DIR}/ssl_key
So more or less, is it possible to translate this into dobbler? From what i can tell, dobbler can’t handle concatenations like for the SSL_CERT_FILE?
Also, would i not be able to do a key/value pair like what HOST is doing?
Cheers