Ensemble des services de KAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
776 B

version: '3.3'
services:
collabora:
image: collabora/code
container_name: ${officeServName}
restart: ${restartPolicy}
cap_add:
- MKNOD
- SYS_CHROOT
- FOWNER
# ports:
# - 8091:9980
env_file:
- ../../secret/env-${officeServName}
environment:
- dictionaries=fr_FR en_GB es_ES
#- domain=${cloudHost}.${domain}
- aliasgroup1=https://.*${cloudHost}.${domain}:443
- server_name=${officeHost}.${domain}
- VIRTUAL_HOST=${officeHost}.${domain}
- VIRTUAL_PORT=9980
- VIRTUAL_PROTO=https
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks:
collaboraNet:
networks:
collaboraNet:
external: true
name: collaboraNet