added proxy network

updated services in readme
updated homepage
This commit is contained in:
Dominik
2024-07-30 15:53:31 +02:00
parent b2b9a66eba
commit 02ff5b23e7
41 changed files with 629 additions and 195 deletions

View File

@@ -12,8 +12,15 @@ services:
- COUCHDB_USER=user
- COUCHDB_PASSWORD=testitest
volumes:
- /mnt/cache/appdata/obsidian-livesync/data:/opt/couchdb/data
- /mnt/cache/appdata/obsidian-livesync/local.ini:/opt/couchdb/etc/local.ini
- ./data:/opt/couchdb/data
- ./config/local.ini:/opt/couchdb/etc/local.ini
# Ports not needed when already passed to Traefik
ports:
- 5984:5984
- 5984:5984
networks:
- proxy
networks:
proxy:
external: true