Added self signed certs

This commit is contained in:
Fasterino (Server)
2025-02-27 23:29:25 +03:00
parent 972b671b92
commit cd2db5b04f
7 changed files with 119 additions and 24 deletions

View File

@@ -9,6 +9,7 @@ services:
# VOLUME_PATH: '/app/vol' # Not required because its '/app/vol' by default
CERTS_PATH: /etc/letsencrypt/live/ # Will be ignored because LOAD_CERTS_FROM_VOLUME is 1
LOAD_CERTS_FROM_VOLUME: 1 # CERTS_PATH will be inherited from VOLUME_PATH
AUTO_CERTS: 1 # Generate a cert for domain if field 'cert-name' is missed
networks:
- your_network # choose network with your containers
volumes: