Skip to content

Commit e8a05e4

Browse files
authored
[docker] fix(proxy): pass with proxy value to container variables (#118)
[docker] fix(proxy): pass with proxy value to container variables (#118)
2 parents 2a2de47 + 3c457da commit e8a05e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ OPENAEV_HEALTHCHECK_KEY=ChangeMe
4747
OPENAEV_ADMIN_ENCRYPTION_KEY= # ChangeMe
4848
OPENAEV_ADMIN_ENCRYPTION_SALT= # ChangeMe - Must be at least 8 bytes long
4949
OPENAEV_MAIL_IMAP_ENABLED=false
50+
OPENAEV_WITH_PROXY=false
5051

5152
###########################
5253
# OPENAEV COLLECTORS #

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ services:
165165
- OPENAEV_MAIL_IMAP_SSL_ENABLE=${IMAP_SSL_ENABLE}
166166
- OPENAEV_MAIL_IMAP_SSL_TRUST=*
167167
- OPENAEV_MAIL_IMAP_STARTTLS_ENABLE=${IMAP_STARTTLS_ENABLE}
168+
- OPENAEV_WITH-PROXY=${OPENAEV_WITH_PROXY}
168169
ports:
169170
- "${OPENAEV_PORT}:8080"
170171
depends_on:

0 commit comments

Comments
 (0)