From: Vincent Vanwaelscappel Date: Mon, 1 Dec 2025 15:01:54 +0000 (+0100) Subject: wait #7864 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=20f081bbea542a842fcee89b25b728775a25dedc;p=fluidbook-toolbox.git wait #7864 --- diff --git a/resources/hosting/server/docker-compose.yml b/resources/hosting/server/docker-compose.yml index 0ff394006..8d0e4370b 100644 --- a/resources/hosting/server/docker-compose.yml +++ b/resources/hosting/server/docker-compose.yml @@ -1,17 +1,21 @@ services: - webserver: - container_name: fluidbook-$hosting-server-$sid - image: $image - volumes: - - '$path:$dockerpath' - - './config/httpd.conf:/etc/apache2/conf-enabled/99-config.conf' - environment: - VIRTUAL_HOST: $domains - LETSENCRYPT_HOST: $domains - networks: - - fluidbook-$hosting - - nginxproxy - restart: unless-stopped + webserver: + container_name: fluidbook-$hosting-server-$sid + image: $image + volumes: + - '$path:$dockerpath' + - './config/httpd.conf:/etc/apache2/conf-enabled/99-config.conf' + environment: + VIRTUAL_HOST: $domains + LETSENCRYPT_HOST: $domains + networks: + - fluidbook-$hosting + - nginxproxy + restart: unless-stopped + logging: + options: + max-size: "10m" + max-file: "3" networks: fluidbook-$hosting: