sync content with seafile
This commit is contained in:
parent
0e2d7f767e
commit
12992b530f
1 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
networks:
|
||||
- srv
|
||||
volumes:
|
||||
- raneto_content:/library
|
||||
- ${ROOT_INSTALL}/data/sync_notes:/library
|
||||
|
||||
raneto:
|
||||
image: linuxserver/raneto
|
||||
|
@ -27,7 +27,7 @@ services:
|
|||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/raneto:/config
|
||||
- raneto_content/Notes:/config/content
|
||||
- ${ROOT_INSTALL}/data/sync_notes/Notes:/config/content
|
||||
expose:
|
||||
- 3000
|
||||
restart: unless-stopped
|
||||
|
@ -39,6 +39,3 @@ services:
|
|||
- traefik.http.routers.raneto.entrypoints=websecure
|
||||
- traefik.http.routers.raneto.tls=true
|
||||
- traefik.http.services.raneto.loadbalancer.server.port=3000
|
||||
|
||||
volumes:
|
||||
raneto_content:
|
Loading…
Add table
Reference in a new issue