1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-23 14:54:02 +00:00

Use consistent naming for host-related env vars

This commit is contained in:
FreddleSpl0it
2025-05-31 22:31:08 +02:00
parent 743bfcec60
commit 4c4a440cdf
3 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -439,10 +439,10 @@ services:
- SKIP_RSPAMD=${SKIP_RSPAMD:-n}
- DISABLE_IPv6=${DISABLE_IPv6:-n}
- HTTP_REDIRECT=${HTTP_REDIRECT:-n}
- PHPFPMHOST=${PHPFPMHOST:-php-fpm-mailcow}
- RSPAMDHOST=${RSPAMDHOST:-rspamd-mailcow}
- SOGOHOST=${SOGOHOST:-${IPV4_NETWORK:-172.22.1}.248}
- REDISHOST=${REDISHOST:-redis-mailcow}
- PHPFPM_HOST=${PHPFPM_HOST:-php-fpm-mailcow}
- RSPAM_DHOST=${RSPAMD_HOST:-rspamd-mailcow}
- SOGO_HOST=${SOGO_HOST:-${IPV4_NETWORK:-172.22.1}.248}
- REDIS_HOST=${REDIS_HOST:-redis-mailcow}
- IPV4_NETWORK=${IPV4_NETWORK:-172.22.1}
- NGINX_USE_PROXY_PROTOCOL=${NGINX_USE_PROXY_PROTOCOL:-n}
- TRUSTED_PROXIES=${TRUSTED_PROXIES:-}