Add certbot with cloudflare dns challenge

This commit is contained in:
2025-07-19 12:53:13 +07:00
parent ba0070c3be
commit 2bc227fb42
3 changed files with 36 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ services:
depends_on:
- mariadb
volumes:
- usrhome:~
- include:/var/www/html/include
- filestore:/var/www/html/filestore
- ./testdir:/srv/storage/testdir
@@ -14,6 +15,7 @@ services:
- backend
ports:
- "80:80"
- "443:443"
mariadb:
image: mariadb
@@ -31,6 +33,7 @@ networks:
backend:
volumes:
usrhome:
mariadb:
include:
filestore:
filestore: