clean-up docker-compose files: remove version and ---

This commit is contained in:
Dziad Borowy
2025-05-16 20:54:32 +01:00
parent 307bff4aad
commit 0f04279afa
115 changed files with 130 additions and 367 deletions

View File

@@ -15,8 +15,6 @@ A Joplin server to that stores your notes
## docker-compose.yml
```yml
---
version: '3.4'
x-common-variables: &common-variables
ORIGINS: "'http://localhost', 'http://192.168.1.24' , 'https://my-ddns-domain.com'"
@@ -51,17 +49,17 @@ volumes:
networks:
joplin-net: {}
```
```
## Tips & Tricks
###
You can access your notebooks: https://your_domain/joplin (⚠ don't forget the /joplin ⚠)
- first you set up url/admin and then login to url/joplin
- first you set up url/admin and then login to url/joplin
mind the /admin and /joplin
- for webdav sync you can select the nextcloud option
- for webdav sync you can select the nextcloud option
- To decryt the notes run

View File

@@ -9,7 +9,6 @@ This is the Joplin sync server.
## docker-compose.yml
```yml
---
services:
db:
image: postgres:13.1

View File

@@ -14,7 +14,6 @@ An open-source, self-hosted memo hub with knowledge management and collaboration
## docker-compose.yml
```yaml
---
services:
memos:
image: neosmemo/memos:latest