some fixes

This commit is contained in:
2026-07-17 04:40:38 +01:00
parent 8960f5e39b
commit f1fde2a74d
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
}
m.yaoi.dog {
reverse_proxy stalwart:8080
}
+2 -1
View File
@@ -23,6 +23,7 @@ services:
- "465:465"
- "993:993"
- "4190:4190"
- "127.0.0.1:8080:8080"
environment:
- STALWART_RECOVERY_ADMIN
- STALWART_PUBLIC_URL
@@ -39,7 +40,7 @@ services:
ports:
- "3000:3000"
environment:
- JMAP_SERVER_URL=http://stalwart:8080
- JMAP_SERVER_URL
- SESSION_SECRET
depends_on:
- stalwart