forked from hazza/resourcespace-docker
Add certbot with cloudflare dns challenge
This commit is contained in:
@@ -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:
|
Reference in New Issue
Block a user