Skip to content

Commit

Permalink
Include S3_URL as a supported environment variable (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrica1 authored Nov 25, 2024
1 parent 5d7adaf commit 3770af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ x-shared:
POSTGRESQL_OPTIONS: ${POSTGRESQL_OPTIONS:-?pool=50}
POSTGRESQL_DB_CREATE:
REDIS_URL: ${REDIS_URL:-redis://zammad-redis:6379}
S3_URL:
# Backup settings
BACKUP_DIR: "${BACKUP_DIR:-/var/tmp/zammad}"
BACKUP_TIME: "${BACKUP_TIME:-03:00}"
Expand Down

0 comments on commit 3770af4

Please sign in to comment.