Moved variables from docker-compose.yml back to env file

This commit is contained in:
Ionut Filip
2018-10-19 15:27:18 +03:00
parent 9c56e4c1b6
commit ebaba8fb41
2 changed files with 2 additions and 5 deletions

View File

@@ -19,9 +19,6 @@ services:
image: mailu/nginx:{{ version }}
restart: always
env_file: {{ env }}
environment:
- TLS_FLAVOR={{ tls_flavor }}
- ADMIN={{ admin_enabled or 'false' }}
ports:
{% for port in (80, 443, 25, 465, 587, 110, 995, 143, 993) %}
{% if bind4 %}