Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ HTTPS_PORT=443
# DB_PASSWORD=
# DB_NAME=

# Optional: configure data directory
# DATA_DIR=

# Optional: configure a custom mail server
# EMAIL_FROM=
# EMAIL_HOST=
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
/files/mail/rsa.public

/files/dkim/*

/data/transfer/*
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- enketo
volumes:
- secrets:/etc/secrets
- /data/transfer:/data/transfer
- ${DATA_DIR:-./data/transfer}:/data/transfer
environment:
- DOMAIN=${DOMAIN}
- SYSADMIN_EMAIL=${SYSADMIN_EMAIL}
Expand Down