From 938438f2b0a84397ec9b9ddad1ec7cc25f7405bb Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:31:21 +0900 Subject: [PATCH] add nginx options --- docker-compose.master.yml | 4 +++- docker-compose.slave.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.master.yml b/docker-compose.master.yml index db4525c..cce0c96 100644 --- a/docker-compose.master.yml +++ b/docker-compose.master.yml @@ -79,7 +79,9 @@ services: image: jonasal/nginx-certbot:latest restart: always environment: - - CERTBOT_EMAIL + CERTBOT_EMAIL: ${CERTBOT_EMAIL} + DHPARAM_SIZE: 4096 + RSA_KEY_SIZE: 4096 env_file: - ./nginx-certbot.env ports: diff --git a/docker-compose.slave.yml b/docker-compose.slave.yml index b0db405..fd52f53 100644 --- a/docker-compose.slave.yml +++ b/docker-compose.slave.yml @@ -56,7 +56,9 @@ services: image: jonasal/nginx-certbot:latest restart: always environment: - - CERTBOT_EMAIL + CERTBOT_EMAIL: ${CERTBOT_EMAIL} + DHPARAM_SIZE: 4096 + RSA_KEY_SIZE: 4096 env_file: - ./nginx-certbot.env ports: