Change certs to be a named volume too for better permission playability.

This commit is contained in:
2026-06-19 09:19:20 -07:00
parent 73583a0f62
commit 49238da275
+7 -1
View File
@@ -8,6 +8,12 @@ volumes:
type: none type: none
device: ../../Volumes/Prosody/data device: ../../Volumes/Prosody/data
o: bind o: bind
prosody_certs:
driver: local
driver_opts:
type: none
device: ../../Volumes/ReverseProxy/letsencrypt/live
o: bind
services: services:
app: app:
@@ -32,7 +38,7 @@ services:
# start_period: 30s # start_period: 30s
volumes: volumes:
- prosody_data:/var/lib/prosody/ - prosody_data:/var/lib/prosody/
- ../../Volumes/ReverseProxy/letsencrypt/live:/etc/letsencrypt/live - prosody_certs:/etc/letsencrypt/live
deploy: deploy:
mode: global mode: global
resources: resources: