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