generated from coop-cloud/example
Switch from envrc → env format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Ref coop-cloud/abra#40
This commit is contained in:
parent
23c8e19a3f
commit
1f08c9bdcf
15
.env.sample
Normal file
15
.env.sample
Normal 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"
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user