simplie le docker-compose (utilisation de compose-override.yml)
This commit is contained in:
@@ -13,18 +13,17 @@ services:
|
||||
env_file:
|
||||
- ../../secret/env-${officeServName}
|
||||
environment:
|
||||
- dictionaries=fr_FR en_GB es_ES
|
||||
- aliasgroup1=https://.*${cloudHost}.${domain}:443
|
||||
# test did sur un cloud distant
|
||||
- aliasgroup2=https://cloud.bodam.fr:443
|
||||
# si on veut ajouter d'autres domaines autorisés pour certaines orgas:
|
||||
# - aliasgroup2=https://autre-domaine1:443
|
||||
# - aliasgroup3=https://autre-domaine2:443
|
||||
- server_name=${site}-${officeHost}.${domain}
|
||||
- VIRTUAL_HOST=${site}-${officeHost}.${domain}
|
||||
- VIRTUAL_PORT=9980
|
||||
- VIRTUAL_PROTO=https
|
||||
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
||||
# see compose.override.yaml
|
||||
# - dictionaries=fr_FR en_GB es_ES
|
||||
# - server_name=${site}-${officeHost}.${domain}
|
||||
# - VIRTUAL_HOST=${site}-${officeHost}.${domain}
|
||||
# - VIRTUAL_PORT=9980
|
||||
# - VIRTUAL_PROTO=https
|
||||
# - extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
||||
# - aliasgroup1=https://.*${cloudHost}.${domain}:443
|
||||
# # si on veut ajouter d'autres domaines autorisés pour certaines orgas:
|
||||
# # - aliasgroupX=https://autre-domaine:443
|
||||
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
Reference in New Issue
Block a user