Switch from envrc → env format
continuous-integration/drone/push Build is passing Details

Ref coop-cloud/abra#40
This commit is contained in:
3wc 2020-12-30 13:19:34 +02:00
parent 23c8e19a3f
commit 1f08c9bdcf
2 changed files with 15 additions and 15 deletions

15
.env.sample Normal file
View File

@ -0,0 +1,15 @@
APP=postfix_relay
STACK_NAME=postfix_relay
DOMAIN=example.com
LETS_ENCRYPT_ENV=production
# Postfix options, see
# https://github.com/bokysan/docker-postfix#configuration-options
#TZ=Europe/London
#INBOUND_DEBUGGING=1
# $DOMAIN will be added by default, specify any more here:
#EXTRA_SENDER_DOMAINS="app.example.com"
# Replace *.example.com with example.com in outgoing mail
#MASQUERADED_DOMAINS="example.com"

View File

@ -1,15 +0,0 @@
export APP=postfix_relay
export STACK_NAME=postfix_relay
export DOMAIN=example.com
export LETS_ENCRYPT_ENV=production
# Postfix options, see
# https://github.com/bokysan/docker-postfix#configuration-options
#export TZ=Europe/London
#export INBOUND_DEBUGGING=1
# $DOMAIN will be added by default, specify any more here:
#export EXTRA_SENDER_DOMAINS="app.example.com"
# Replace *.example.com with example.com in outgoing mail
#export MASQUERADED_DOMAINS="example.com"