Added prosody

This commit is contained in:
2026-02-23 03:06:05 -05:00
parent 1f3a149b52
commit b9c78b2694
35 changed files with 5840 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
services:
couchdb:
image: couchdb:3
container_name: couchdb
restart: unless-stopped
environment:
- COUCHDB_USER=${COUCHDB_USER}
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
volumes:
- /mnt/user/appdata/couchdb:/opt/couchdb/data
ports:
- "5984:5984"